This commit is contained in:
杜建超 2020-12-11 15:43:12 +08:00
parent 1ff27fe078
commit cb000f0ace

View File

@ -25,8 +25,8 @@ public class ResultUpdateTaskReq {
@ApiModelProperty(value = "任务的当前进度", name = "processRate")
private BigDecimal processRate;
//更新说明
@ApiModelProperty(value = "更新说明", name = "remake")
private String remake;
@ApiModelProperty(value = "更新说明", name = "remark")
private String remark;
//排序由小到大
@ApiModelProperty(value = "排序由小到大", name = "orderBy")
private Integer orderBy;