src/main/java/com/moon/server/entity/mn/GeoalbedofeaturepointEntity.java
@@ -9,17 +9,13 @@ import java.sql.Timestamp; import java.time.LocalDate; /** * Geoalbedofeaturepoint * @author WWW */ @Data @AllArgsConstructor @SuppressWarnings("ALL") @TableName("mn.geo_albedo_feature_point") @EqualsAndHashCode(callSuper = false) public class GeoalbedofeaturepointEntity extends BaseGeoEntity { private static final long serialVersionUID = 275594348216240448L; private static final long serialVersionUID = 931726191161072896L; private String cName;