Browse Source

新增 水肥机操作记录功能

zhaiyifei 8 months atrás
parent
commit
e909fc291e

+ 1 - 1
src/main/java/com/yunfeiyun/agmp/iots/domain/IotSfElementfactorAlreadyListResVo.java

@@ -37,7 +37,7 @@ public class IotSfElementfactorAlreadyListResVo extends IotBaseEntity {
     private String sfParentBid;
 
     /** 排序字段 默认0 */
-    private int sfSequence;
+    private Integer sfSequence;
 
     /** 租户ID */
     private String tid;

+ 1 - 1
src/main/java/com/yunfeiyun/agmp/iots/domain/IotSfElementfactorListReqVo.java

@@ -36,7 +36,7 @@ public class IotSfElementfactorListReqVo {
     private String sfParentBid;
 
     /** 排序字段 默认0 */
-    private int sfSequence;
+    private Integer sfSequence;
 
     /** 租户ID */
     private String tid;