Browse Source

修改数据类型

yumeng 3 năm trước cách đây
mục cha
commit
a83358f6fb

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/common/module/entity/OauthDetail.java

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