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