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