流程管家业务优化

yun-zuoyi
Silliter 7 years ago
parent 4bee0dab71
commit 4346fe48f0

@ -27,7 +27,7 @@ import java.util.Map;
public class WmsActionResponseBean<Obj> { public class WmsActionResponseBean<Obj> {
@ApiParam("进度") @ApiParam("进度")
public Double percent; public String percent;
@ApiParam("当前步骤") @ApiParam("当前步骤")
public Integer currentStep; public Integer currentStep;
@ -73,7 +73,7 @@ public class WmsActionResponseBean<Obj> {
this.message = message; this.message = message;
} }
public WmsActionResponseBean(Double percent, String message, List<String> informations, Obj details, Boolean codeStatus) { public WmsActionResponseBean(String percent, String message, List<String> informations, Obj details, Boolean codeStatus) {
this.percent = percent; this.percent = percent;
this.message = message; this.message = message;
this.informations = informations; this.informations = informations;

Loading…
Cancel
Save