Explorar o código

修改字段类型

yumeng %!s(int64=5) %!d(string=hai) anos
pai
achega
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;
     /**