|
@@ -102,11 +102,11 @@ public class FosterwxFlowList extends Model<FosterwxFlowList> {
|
|
|
this.timeLine = timeLine;
|
|
this.timeLine = timeLine;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public Integer getPoolId() {
|
|
|
|
|
|
|
+ public String getPoolId() {
|
|
|
return poolId;
|
|
return poolId;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public void setPoolId(Integer poolId) {
|
|
|
|
|
|
|
+ public void setPoolId(String poolId) {
|
|
|
this.poolId = poolId;
|
|
this.poolId = poolId;
|
|
|
}
|
|
}
|
|
|
|
|
|