开发返回pda实体

yun-zuoyi
Silliter 6 years ago
parent afcfad8fdb
commit 8d4d8c1b1a

@ -65,6 +65,12 @@ public class WmsActionResponseBean<Obj> {
public Boolean toSelected = false; public Boolean toSelected = false;
/** /**
* truetrue
*/
@ApiParam(value = "按钮是否禁用")
public Boolean isBtnDisabled = true;
/**
* toSelected 使 * toSelected 使
* keyColumn * keyColumn
*/ */
@ -96,4 +102,13 @@ public class WmsActionResponseBean<Obj> {
this.codeStatus = codeStatus; this.codeStatus = codeStatus;
} }
public WmsActionResponseBean(String percent, String message, List<String> informations, Obj details, Boolean codeStatus, Boolean isBtnDisabled) {
this.isBtnDisabled = isBtnDisabled;
this.percent = percent;
this.message = message;
this.informations = informations;
this.details = details;
this.codeStatus = codeStatus;
}
} }

Loading…
Cancel
Save