src/main/java/com/moon/server/entity/mn/LunarplacenameEntity.java
@@ -10,15 +10,16 @@ import java.time.LocalDate; /** * Lunarplacenane * Lunarplacename * @author WWW */ @Data @AllArgsConstructor @TableName("mn.lunar_place_nane") @SuppressWarnings("ALL") @TableName("mn.lunar_place_name") @EqualsAndHashCode(callSuper = false) public class LunarplacenameEntity extends BaseGeoEntity { private static final long serialVersionUID = 930904387464236672L; private static final long serialVersionUID = 377736424271825920L; private String enName;