修改时间问题统一时间戳
This commit is contained in:
@@ -53,7 +53,6 @@ public class OpenPlanShopInfoDTO {
|
||||
@ApiModelProperty("方案审核状态")
|
||||
private Integer resultType;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("提交申请时间")
|
||||
private Date submissionTime;
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@ public class DecorationPayRequest {
|
||||
private String branchBankCode;
|
||||
@ApiModelProperty("支行名称")
|
||||
private String branchBankName;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("缴纳时间")
|
||||
private Date payTime;
|
||||
@ApiModelProperty("付款截图")
|
||||
|
||||
@@ -29,10 +29,8 @@ public class DecorationModelVO {
|
||||
@ApiModelProperty("缴纳金额")
|
||||
private String amount;
|
||||
@ApiModelProperty("缴纳时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date payTime;
|
||||
@ApiModelProperty("上传时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date updateTime;
|
||||
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@ public class DecorationStageVO {
|
||||
@ApiModelProperty("装修阶段状态")
|
||||
private Integer shopSubStageStatus;
|
||||
@ApiModelProperty("创建时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date createDate;
|
||||
@ApiModelProperty("计划开始时间")
|
||||
private String planBeginDate;
|
||||
|
||||
@@ -43,7 +43,6 @@ public class OpeningOperationPlanListVO {
|
||||
private String supervisorName;
|
||||
|
||||
@ApiModelProperty("提交申请时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date submissionTime;
|
||||
|
||||
@ApiModelProperty("审核结果,0待审核,1通过,2拒绝")
|
||||
|
||||
@@ -37,16 +37,12 @@ public class fitmentCheckVO {
|
||||
@ApiModelProperty("战区经理")
|
||||
private String fightManager;
|
||||
@ApiModelProperty("计划完成时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date planEndTime;
|
||||
@ApiModelProperty("实际完成时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date actualEndTime;
|
||||
@ApiModelProperty("计划验收时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date planAcceptanceTime;
|
||||
@ApiModelProperty("实际验收时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date acceptanceTime;
|
||||
@ApiModelProperty("验收状态:三方验收1200待预约,1210 待验收,1220验收中,1230已验收;视觉验收:1300待验收,1310验收不通过,1320验收通过")
|
||||
private Integer shopSubStageStatus;
|
||||
|
||||
Reference in New Issue
Block a user