|
@@ -38,12 +38,14 @@ public class ProBusinessOtherAddReqDTO {
|
|
|
private String executorId;
|
|
|
@ApiModelProperty( "实际人天")
|
|
|
private String realTime;
|
|
|
+ @ApiModelProperty("排序")
|
|
|
+ private Integer sort;
|
|
|
|
|
|
public ProBusinessOtherAddReqDTO() {
|
|
|
}
|
|
|
|
|
|
public ProBusinessOtherAddReqDTO(String keyId, String parentId, String muilesId, String muilesName, Date startDate, Date endDate,
|
|
|
- String planTime, String executor, String executorId, String realTime) {
|
|
|
+ String planTime, String executor, String executorId, String realTime, Integer sort) {
|
|
|
this.key = keyId;
|
|
|
this.parentId = parentId;
|
|
|
this.muilesId = muilesId;
|
|
@@ -54,5 +56,6 @@ public class ProBusinessOtherAddReqDTO {
|
|
|
this.executor = executor;
|
|
|
this.executorId = executorId;
|
|
|
this.realTime = realTime;
|
|
|
+ this.sort = sort;
|
|
|
}
|
|
|
}
|