lqc 5 лет назад
Родитель
Сommit
74e1d934bd

+ 2 - 2
src/main/java/com/mokamrp/privates/mapper/pangu/pojo/FosterwxFlowList.java

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