JavaCode/EtownTemplate/Entity.java
@@ -13,6 +13,7 @@ /** * {bak}实体类 * * @author WWW * @date {date} */ @@ -24,4 +25,3 @@ @EqualsAndHashCode(callSuper = false) public class {entityName} extends BaseGeoEntity implements Serializable { private static final long serialVersionUID = {uid}L;