| | |
| | | @ExcelProperty(value = "项目类型") |
| | | private String projectType; |
| | | |
| | | @ExcelProperty(value = "项目子类型") |
| | | private String projectSubType; |
| | | |
| | | @ExcelProperty(value = "建设内容") |
| | | private String content; |
| | | |
| | | @ExcelProperty(value = "业主单位") |
| | | private String projectOwnerUnit; |
| | | |
| | | @ExcelProperty(value = "主管部门") |
| | | @ExcelProperty(value = "项目主管部门") |
| | | private String competentDepartment; |
| | | |
| | | @ExcelProperty(value = "计划开工时间") |
| | |
| | | @ExcelProperty("年度投资金额") |
| | | private BigDecimal tzje; |
| | | |
| | | @ExcelProperty("行业主管部门") |
| | | private String hyzgbm; |
| | | // @ExcelProperty("行业主管部门") |
| | | // private String hyzgbm; |
| | | |
| | | @ExcelProperty(value = "行政区划") |
| | | @ExcelProperty(value = "行政区域") |
| | | private String area; |
| | | } |