胡轶钦 5 years ago
parent
commit
fd768fdcf0

+ 2
- 2
src/main/java/com/huiju/estateagents/entity/SysOrgParams.java View File

@@ -27,8 +27,8 @@ public class SysOrgParams implements Serializable {
27 27
     /**
28 28
      * 参数ID
29 29
      */
30
-    @TableId(value = "param_id", type = IdType.INPUT)
31
-    private String paramId;
30
+    @TableId(value = "param_id", type = IdType.AUTO)
31
+    private Integer paramId;
32 32
 
33 33
     /**
34 34
      * 参数名称

+ 2
- 2
src/main/java/com/huiju/estateagents/entity/SysProjectParams.java View File

@@ -27,8 +27,8 @@ public class SysProjectParams implements Serializable {
27 27
     /**
28 28
      * 参数ID
29 29
      */
30
-    @TableId(value = "param_id", type = IdType.INPUT)
31
-    private String paramId;
30
+    @TableId(value = "param_id", type = IdType.AUTO)
31
+    private Integer paramId;
32 32
 
33 33
     /**
34 34
      * 参数名称