优化
This commit is contained in:
@ -94,6 +94,9 @@ public class AppTaskDetailVO {
|
||||
@ApiModelProperty("任务进度")
|
||||
private Integer progress;
|
||||
|
||||
@ApiModelProperty("任务进度")
|
||||
private Double progressDouble;
|
||||
|
||||
//结算情况
|
||||
@ApiModelProperty("任务收款金额")
|
||||
private Integer taskReceiveAmount;
|
||||
|
||||
@ -60,5 +60,5 @@ public class AppTaskVO {
|
||||
private Integer applyNum;
|
||||
|
||||
@ApiModelProperty("任务收款金额")
|
||||
private Integer taskReceiveAmount;
|
||||
private Integer taskReceiveAmount = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user