Browse Source

ID to long

wfansh 4 months ago
parent
commit
c161cd30f3

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/enquiry/entity/AdwebEnquiryForm.java

@@ -28,7 +28,7 @@ public class AdwebEnquiryForm implements Serializable {
 	/**id*/
 	@TableId(type = IdType.AUTO)
     @Schema(description = "id")
-    private Integer id;
+    private Long id;
 	/**询盘id*/
 	@Excel(name = "询盘id", width = 15)
     @Schema(description = "询盘id")

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/seo/entity/SeoKeywordsSerp.java

@@ -35,7 +35,7 @@ public class SeoKeywordsSerp implements Serializable {
     @Excel(name = "关键词搜索排名主键ID", width = 15)
     @Schema(description = "关键词搜索排名主键ID")
     @TableId(type = IdType.AUTO)
-    private Integer serpId;
+    private Long serpId;
     /**
      * 关键词ID
      */