完成部分TODO修改bug
This commit is contained in:
@@ -22,11 +22,11 @@ public class DecorationStageVO {
|
||||
private Integer shopSubStageStatus;
|
||||
@ApiModelProperty("创建时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date creatTime;
|
||||
private Date createDate;
|
||||
@ApiModelProperty("计划开始时间")
|
||||
private String planBeginTime;
|
||||
private String planBeginDate;
|
||||
@ApiModelProperty("计划结束时间")
|
||||
private String planEndTime;
|
||||
private String planEndTDate;
|
||||
@ApiModelProperty("实际完成时间")
|
||||
private String actualEndTime;
|
||||
private String actualEndDate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user