| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date planCompleteTime; |
| | | |
| | | // /** 中标单位 */ |
| | | // @ApiModelProperty("中标单位") |
| | | // private String winUnit; |
| | | // |
| | | // /** 中标金额 */ |
| | | // @ApiModelProperty("中标金额") |
| | | // private String winAmount; |
| | | // |
| | | // /** 中标时间 */ |
| | | // @ApiModelProperty("中标时间") |
| | | // @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | // private Date winTime; |
| | | /** 中标单位 */ |
| | | @ApiModelProperty("中标单位") |
| | | private String winUnit; |
| | | |
| | | /** 中标金额 */ |
| | | @ApiModelProperty("中标金额") |
| | | private String winAmount; |
| | | |
| | | /** 中标时间 */ |
| | | @ApiModelProperty("中标时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date winTime; |
| | | |
| | | private List<ProjectInfoWinUnitVO> winUnitVOList; |
| | | /** 详细地址 */ |
| | | @ApiModelProperty("详细地址") |
| | | private String projectAddress; |