解决冲突

yun-zuoyi
Silliter 7 years ago
parent 01689fde87
commit e5b99693f7

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

Loading…
Cancel
Save