src/main/java/com/lf/server/entity/all/BaseEntity.java
@@ -13,7 +13,7 @@ */ public class BaseEntity implements Serializable { @TableId(type = IdType.AUTO) private Integer gid; private Long gid; private String eventid; @@ -49,11 +49,11 @@ public BaseEntity() { } public Integer getGid() { public Long getGid() { return gid; } public void setGid(Integer gid) { public void setGid(Long gid) { this.gid = gid; }