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