月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-11 fee67ca8a0760315047a52fc4101a8f4f80b7a7f
src/main/java/com/moon/server/entity/all/BaseEntity.java
@@ -8,10 +8,7 @@
import java.io.Serializable;
import java.sql.Timestamp;
/**
 * 基础实体类
 * @author WWW
 */
@SuppressWarnings("ALL")
public class BaseEntity implements Serializable {
    @TableId(type = IdType.AUTO)
    private Integer gid;