|
@@ -60,6 +60,8 @@ public class ProWorkMilestoneRespDTO {
|
|
|
private String currentUser;
|
|
|
@ApiModelProperty("组织")
|
|
|
private String pkOrg;
|
|
|
+ @ApiModelProperty("创建时间")
|
|
|
+ private Date createTime;
|
|
|
|
|
|
private List<ProWorkUpdateFileRespDTO> fileList;
|
|
|
|
|
@@ -85,5 +87,6 @@ public class ProWorkMilestoneRespDTO {
|
|
|
this.duration = proWorkMilestone.getDuration();
|
|
|
this.currentUser = proWorkMilestone.getCurrentUser();
|
|
|
this.pkOrg = proWorkMilestone.getPkOrg();
|
|
|
+ this.createTime = proWorkMilestone.getCreateTime();
|
|
|
}
|
|
|
}
|