src/main/java/com/moon/server/entity/mn/GeosectionlineEntity.java
@@ -9,16 +9,13 @@ import java.sql.Timestamp; import java.time.LocalDate; /** * Geosectionline * @author WWW */ @Data @AllArgsConstructor @SuppressWarnings("ALL") @TableName("mn.geo_section_line") @EqualsAndHashCode(callSuper = false) public class GeosectionlineEntity extends BaseGeoEntity { private static final long serialVersionUID = 289709414490363328L; private static final long serialVersionUID = 377736424271825920L; private String sectname;