管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-01-26 7690be43e84bea722fc458aac26aa70d9e22de00
JavaCode/EtownTemplate/Entity.java
@@ -12,7 +12,7 @@
import java.time.LocalDate;
/**
 * {bak}实体类
 * {bak}实体类
 * @author WWW
 * @date {date}
 */
@@ -20,7 +20,7 @@
@ToString
@SuppressWarnings("ALL")
@TableName("{tabName}")
@ApiModel(value = "{bak}实体类")
@ApiModel(value = "{bak}实体类")
@EqualsAndHashCode(callSuper = false)
public class {entityName} extends BaseGeoEntity implements Serializable {
    private static final long serialVersionUID = {uid}L;