|
|
@ -128,6 +128,9 @@ public class WmsActionResponseBean<Obj> implements Serializable {
|
|
|
|
@ApiParam(value = "是否重置")
|
|
|
|
@ApiParam(value = "是否重置")
|
|
|
|
private Integer isReset;
|
|
|
|
private Integer isReset;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "任务编号")
|
|
|
|
|
|
|
|
private String taskNo;
|
|
|
|
|
|
|
|
|
|
|
|
public WmsActionResponseBean(Boolean codeStatus, String message) {
|
|
|
|
public WmsActionResponseBean(Boolean codeStatus, String message) {
|
|
|
|
this.codeStatus = codeStatus;
|
|
|
|
this.codeStatus = codeStatus;
|
|
|
|
this.message = message;
|
|
|
|
this.message = message;
|
|
|
|