管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2024-09-04 dbff3d984eb99f474ff63ee6daaadc2c00eee620
JavaCode/EtownTemplate/Entity.java
@@ -12,7 +12,7 @@
import java.time.LocalDate;
/**
 * {bak}实体类
 * {bak}实体类
 * @author WWW
 * @date {date}
 */
@@ -20,8 +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;