|
|
|
@ -76,12 +76,13 @@ public class WmsActionResponseBean<Obj> {
|
|
|
|
|
this.message = message;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsActionResponseBean(String percent, String message, List<String> informations, Obj details, Boolean codeStatus) {
|
|
|
|
|
public WmsActionResponseBean(String percent, String message, List<String> informations, Obj details, Boolean codeStatus, Map<String, Obj> barCode) {
|
|
|
|
|
this.percent = percent;
|
|
|
|
|
this.message = message;
|
|
|
|
|
this.informations = informations;
|
|
|
|
|
this.details = details;
|
|
|
|
|
this.codeStatus = codeStatus;
|
|
|
|
|
this.barCode = barCode;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|