| | |
| | | private String reconstructionAndExpansionData; |
| | | |
| | | /** |
| | | * 除险加固资料路径 |
| | | * 安全鉴定资料路径 |
| | | */ |
| | | @ApiModelProperty(value = "除险加固资料路径") |
| | | @ApiModelProperty(value = "安全鉴定资料路径") |
| | | @TableField("\"safety_appraisal_data_path\"") |
| | | private String safetyAppraisalDataPath; |
| | | |
| | | /** |
| | | * 除险加固报告资料路径 |
| | | */ |
| | | @ApiModelProperty(value = "除险加固报告资料路径") |
| | | @TableField("\"reinforce_data_path\"") |
| | | private String reinforceDataPath; |
| | | |
| | | /** |
| | | * 第一次除险加固资料路径 |
| | | * 除险加固批复资料路径 |
| | | */ |
| | | @ApiModelProperty(value = "第一次除险加固资料路径") |
| | | @TableField("\"first_reinforce_data_path\"") |
| | | private String firstReinforceDataPath; |
| | | @ApiModelProperty(value = "除险加固批复资料路径") |
| | | @TableField("\"reinforce_approval_path\"") |
| | | private String reinforceApprovalPath; |
| | | |
| | | /** |
| | | * 第二次除险加固资料路径 |
| | | * 调度规程资料路径 |
| | | */ |
| | | @ApiModelProperty(value = "第二次除险加固资料路径") |
| | | @TableField("\"second_reinforce_data_path\"") |
| | | private String secondReinforceDataPath; |
| | | @ApiModelProperty(value = "调度规程资料路径") |
| | | @TableField("\"dispatch_regulation_data_path\"") |
| | | private String dispatchRegulationDataPath; |
| | | |
| | | /** |
| | | * 第三次除险加固资料路径 |
| | | * 调度规程批复资料路径 |
| | | */ |
| | | @ApiModelProperty(value = "第三次除险加固资料路径") |
| | | @TableField("\"third_reinforce_data_path\"") |
| | | private String thirdReinforceDataPath; |
| | | @ApiModelProperty(value = "调度规程批复资料路径") |
| | | @TableField("\"dispatch_regulation_approval_path\"") |
| | | private String dispatchRegulationApprovalPath; |
| | | |
| | | /** |
| | | * 日常运行管理资料路径 |
| | |
| | | private String waterAerialView; |
| | | |
| | | /** |
| | | * 其他资料路径 |
| | | */ |
| | | @ApiModelProperty(value = "其他资料路径") |
| | | @TableField("\"other_data_path\"") |
| | | private String otherDataPath; |
| | | |
| | | /** |
| | | * 填报状态(0:填写中,1:审核中,2:审核通过) |
| | | */ |
| | | @ApiModelProperty(value = "填报状态(0:填写中,1:审核中,2:审核通过) ") |