Explorar o código

"指标同步"

yangjunfeng hai 1 mes
pai
achega
55258ab1c4

+ 1 - 1
ylsw-scada/src/main/java/com/tofly/scada/entity/Allocation.java

@@ -20,7 +20,7 @@ public class Allocation implements Serializable {
     /**
      * ID
      */
-    @TableId(value = "ID", type = IdType.ASSIGN_ID)
+    @TableId(value = "ID", type = IdType.INPUT)
     private Long id;
 
     /**