|
|
@ -30,7 +30,7 @@ public class WmsActionResponseBean<Obj> {
|
|
|
|
public Map<String, Obj> barCode;
|
|
|
|
public Map<String, Obj> barCode;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("进度")
|
|
|
|
@ApiParam("进度")
|
|
|
|
public String percent;
|
|
|
|
public String percent ="0";
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("当前步骤")
|
|
|
|
@ApiParam("当前步骤")
|
|
|
|
public Integer currentStep;
|
|
|
|
public Integer currentStep;
|
|
|
@ -71,6 +71,9 @@ public class WmsActionResponseBean<Obj> {
|
|
|
|
@ApiParam(value = "关键字段列名")
|
|
|
|
@ApiParam(value = "关键字段列名")
|
|
|
|
public String keyColumn;
|
|
|
|
public String keyColumn;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "是否完成流程操作")
|
|
|
|
|
|
|
|
public Boolean isComplete = false;
|
|
|
|
|
|
|
|
|
|
|
|
public WmsActionResponseBean(Boolean codeStatus, String message) {
|
|
|
|
public WmsActionResponseBean(Boolean codeStatus, String message) {
|
|
|
|
this.codeStatus = codeStatus;
|
|
|
|
this.codeStatus = codeStatus;
|
|
|
|
this.message = message;
|
|
|
|
this.message = message;
|
|
|
|