瀏覽代碼

修改字段类型

yumeng 5 年之前
父節點
當前提交
dd4ff537dc

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/kuaishou/entity/KuaiShouAdvertiserBaseInfo.java

@@ -31,7 +31,7 @@ public class KuaiShouAdvertiserBaseInfo {
     /**
     /**
      * id
      * id
      */
      */
-    @TableId(type = IdType.UUID)
+    @TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "id")
     @ApiModelProperty(value = "id")
     private Long id;
     private Long id;
     /**
     /**