fuliqi
2025-02-19 178b4ee9f38a8b38b1cb5321fee25a6038b39df9
business/src/main/java/com/ycl/domain/excel/ProjectTempImport.java
@@ -27,7 +27,7 @@
    @ExcelProperty(value = "业主单位")
    private String projectOwnerUnit;
    @ExcelProperty(value = "主管部门")
    @ExcelProperty(value = "项目主管部门")
    private String competentDepartment;
    @ExcelProperty(value = "计划开工时间")
@@ -39,9 +39,9 @@
    @ExcelProperty("年度投资金额")
    private BigDecimal tzje;
    @ExcelProperty("行业主管部门")
    private String hyzgbm;
//    @ExcelProperty("行业主管部门")
//    private String hyzgbm;
    @ExcelProperty(value = "行政区划")
    @ExcelProperty(value = "行政区域")
    private String area;
}