fangmingyue 2 lat temu
rodzic
commit
0a8979ba51

+ 1
- 1
src/main/java/com/example/civilizedcity/entity/TdIssueType.java Wyświetl plik

@@ -25,7 +25,7 @@ import lombok.experimental.Accessors;
25 25
 public class TdIssueType implements Serializable,Cloneable{
26 26
     /** 分类ID */
27 27
     @ApiModelProperty(name = "分类ID",notes = "")
28
-    @TableId(value = "type_id", type = IdType.INPUT)
28
+    @TableId(value = "type_id", type = IdType.ASSIGN_UUID)
29 29
     private String typeId ;
30 30
     /** 分类名称 */
31 31
     @ApiModelProperty(name = "分类名称",notes = "")

+ 1
- 1
src/main/java/com/example/civilizedcity/entity/TdLocType.java Wyświetl plik

@@ -26,7 +26,7 @@ import lombok.experimental.Accessors;
26 26
 public class TdLocType implements Serializable,Cloneable{
27 27
     /** 分类ID */
28 28
     @ApiModelProperty(name = "分类ID",notes = "")
29
-    @TableId(value = "type_id", type = IdType.INPUT)
29
+    @TableId(value = "type_id", type = IdType.ASSIGN_UUID)
30 30
     private String typeId ;
31 31
     /** 分类名称 */
32 32
     @ApiModelProperty(name = "分类名称",notes = "")