|
|
@ -116,6 +116,9 @@ public class WmsActionResponseBean<Obj> implements Serializable {
|
|
|
|
@ApiParam(value = "分组KEY")
|
|
|
|
@ApiParam(value = "分组KEY")
|
|
|
|
public String groupKey;
|
|
|
|
public String groupKey;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "工厂代码")
|
|
|
|
|
|
|
|
private String organizeCode;
|
|
|
|
|
|
|
|
|
|
|
|
public WmsActionResponseBean(Boolean codeStatus, String message) {
|
|
|
|
public WmsActionResponseBean(Boolean codeStatus, String message) {
|
|
|
|
this.codeStatus = codeStatus;
|
|
|
|
this.codeStatus = codeStatus;
|
|
|
|
this.message = message;
|
|
|
|
this.message = message;
|
|
|
|