| | |
| | | package com.ycl.domain.vo; |
| | | |
| | | import com.ycl.domain.entity.File; |
| | | import com.ycl.system.domain.base.AbsVo; |
| | | import com.ycl.domain.entity.ProjectInvestmentPolicyCompliance; |
| | | import java.util.List; |
| | |
| | | |
| | | /** 符合产业政策附件 */ |
| | | @ApiModelProperty("符合产业政策附件") |
| | | private String policyComplianceAttachment; |
| | | private List<File> fileList; |
| | | |
| | | /** 是否属于《产业结构调整指导目录》下的项目 */ |
| | | @ApiModelProperty("是否属于《产业结构调整指导目录》下的项目") |
| | | private Boolean belongsToIndustryAdjustmentDirectory; |
| | | |
| | | /** 是否属于未列入《产业结构调整指导目录》的允许类项目 */ |
| | | @ApiModelProperty("是否属于未列入《产业结构调整指导目录》的允许类项目") |
| | | private Boolean belongsToAllowedProjects; |
| | | |
| | | /** 是否属于《西部地区鼓励类产业目录》的项目 */ |
| | | @ApiModelProperty("是否属于《西部地区鼓励类产业目录》的项目") |
| | |
| | | |
| | | /** 填报信息是否真实 */ |
| | | @ApiModelProperty("填报信息是否真实") |
| | | private Integer informationIsTrue; |
| | | private Boolean informationIsTrue; |
| | | |
| | | /** 专项规划复合情况 */ |
| | | @ApiModelProperty("专项规划复合情况") |
| | | private String specialPlanningCompliance; |
| | | |
| | | /** 项目能耗情况 */ |
| | | @ApiModelProperty("项目能耗情况") |
| | | private String energyConsumption; |
| | | |
| | | /** 项目年综合能源消费量(标准煤当量值) */ |
| | | @ApiModelProperty("项目年综合能源消费量(标准煤当量值)") |
| | |
| | | |
| | | /** 节能审查(1需要,0不需要) */ |
| | | @ApiModelProperty("节能审查(1需要,0不需要)") |
| | | private String energyCheck; |
| | | private Boolean energyCheck; |
| | | |
| | | /** 不再单独进行节能审查的类型 */ |
| | | @ApiModelProperty("不再单独进行节能审查的类型") |
| | | private String noOnlyCheckType; |
| | | private Integer noOnlyCheckType; |
| | | |
| | | /** 备注 */ |
| | | @ApiModelProperty("备注") |