@@ -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")
@@ -35,7 +35,7 @@ public class SeoKeywordsSerp implements Serializable {
@Excel(name = "关键词搜索排名主键ID", width = 15)
@Schema(description = "关键词搜索排名主键ID")
- private Integer serpId;
+ private Long serpId;
/**
* 关键词ID
*/