优化
This commit is contained in:
@ -79,6 +79,9 @@ public class AppTaskDetailVO {
|
||||
@ApiModelProperty("任务状态(1进行中 2已完成)")
|
||||
private String status;
|
||||
|
||||
@ApiModelProperty("创建者ID")
|
||||
private Long createId;
|
||||
|
||||
/** 备注 */
|
||||
@ApiModelProperty("备注")
|
||||
private String remark;
|
||||
|
||||
@ -25,5 +25,7 @@ public class AppTaskDetailWageVO {
|
||||
@ApiModelProperty("最新一条收款申请")
|
||||
private BgtWageApplicationListVO wageApplication;
|
||||
|
||||
@ApiModelProperty("任务金额")
|
||||
private Integer taskAmount;
|
||||
|
||||
}
|
||||
|
||||
@ -62,6 +62,9 @@ public class AppTaskVO {
|
||||
@ApiModelProperty("申请数量")
|
||||
private Integer applyNum;
|
||||
|
||||
@ApiModelProperty("判断标志")
|
||||
private Boolean myTask;
|
||||
|
||||
@ApiModelProperty("任务收款金额")
|
||||
private Integer taskReceiveAmount = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user