瀏覽代碼

新增 水肥机操作记录功能

zhaiyifei 11 月之前
父節點
當前提交
e425ad1097
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/yunfeiyun/agmp/iot/common/domain/IotSfElementfactor.java

+ 1 - 1
src/main/java/com/yunfeiyun/agmp/iot/common/domain/IotSfElementfactor.java

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