@@ -26,6 +26,12 @@ public class ZEngineeringGY extends BaseEntity {
*/
@TableId(value = "id")
private String id;
+
+ /**
+ * 行政区
+ */
+ private String district;
/**
* 工程类型
@@ -30,6 +30,12 @@ public class ZEngineeringIndustry extends BaseEntity {
@@ -26,6 +26,11 @@ public class ZEngineeringIndustryBo extends BaseEntity {
* 施工内容
private String remark;
@@ -23,6 +23,11 @@ public class ZEngineeringIndustryGYBo extends BaseEntity {
@@ -29,6 +29,12 @@ public class ZEngineeringGYVo extends BaseEntity {
// @ExcelProperty(value = "")
@@ -33,6 +33,12 @@ public class ZEngineeringIndustryVo extends BaseEntity {