浏览代码

修改字段类型

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
      */
-    @TableId(type = IdType.UUID)
+    @TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "id")
     private Long id;
     /**