|
@@ -1,5 +1,6 @@
|
|
package com.ozs.pm.doman.vo.responseVo;
|
|
package com.ozs.pm.doman.vo.responseVo;
|
|
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.TableField;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.ozs.common.annotation.Excel;
|
|
import com.ozs.common.annotation.Excel;
|
|
import com.ozs.common.core.domain.BaseEntity;
|
|
import com.ozs.common.core.domain.BaseEntity;
|
|
@@ -159,13 +160,21 @@ public class PmDemandResVo extends BaseEntity
|
|
@ApiModelProperty("项目名称")
|
|
@ApiModelProperty("项目名称")
|
|
private Date realPurchaseFinishTime;
|
|
private Date realPurchaseFinishTime;
|
|
|
|
|
|
- /** 实际交付(实施)时间--->供应商完成并交付后,使用单位收到标的日期,即填制建设文档的日期 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 实际交付(实施)时间--->供应商完成并交付后,使用单位收到标的日期,即填制建设文档的日期
|
|
|
|
+ */
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
@Excel(name = "实际交付(实施)时间--->供应商完成并交付后,使用单位收到标的日期,即填制建设文档的日期 ")
|
|
@Excel(name = "实际交付(实施)时间--->供应商完成并交付后,使用单位收到标的日期,即填制建设文档的日期 ")
|
|
@ApiModelProperty("实际交付(实施)时间--->供应商完成并交付后,使用单位收到标的日期,即填制建设文档的日期 ")
|
|
@ApiModelProperty("实际交付(实施)时间--->供应商完成并交付后,使用单位收到标的日期,即填制建设文档的日期 ")
|
|
private Date realDeliverTime;
|
|
private Date realDeliverTime;
|
|
|
|
|
|
- /** 审核时间 */
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
+ @Excel(name = "上传中标通知书时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
|
+ private Date upAcceptanceTime;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 审核时间
|
|
|
|
+ */
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "审核时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
@Excel(name = "审核时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
@ApiModelProperty("审核时间")
|
|
@ApiModelProperty("审核时间")
|