|
@@ -1,19 +1,11 @@
|
|
|
package com.sooka.sponest.data.digitaldevelopment.domain;
|
|
|
|
|
|
-import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
-import com.ruoyi.common.core.annotation.Excel;
|
|
|
import com.sooka.sponest.data.base.domain.BaseBusinessEntity;
|
|
|
import lombok.Data;
|
|
|
-import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
-import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
-
|
|
|
-import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
- * 企业巡检项目模板对象 centerdata_t_emergency_inspectionmodel
|
|
|
- *
|
|
|
- * @author ruoyi
|
|
|
- * @date 2022-07-20
|
|
|
+ * @author hanfucheng
|
|
|
+ * @date 2023/9/11 14:15
|
|
|
*/
|
|
|
@Data
|
|
|
public class DevelopmentView extends BaseBusinessEntity {
|
|
@@ -21,5 +13,4 @@ public class DevelopmentView extends BaseBusinessEntity {
|
|
|
//所属辖区
|
|
|
private String territoriality;
|
|
|
|
|
|
- private String deptId;
|
|
|
}
|