@ -115,6 +115,10 @@ public class WmsActionGroupDetails extends BaseBean {
return this.preShow == null ? 0 : this.preShow;
}
public long getShowAmIdVal() {
return this.showAmId == null ? 0 : this.showAmId;
public int getIsCommitAbleVal() {
return this.isCommitAble == null ? 0 : this.isCommitAble;
@ -54,4 +54,9 @@ public class WmsActionModuleParam extends BaseBean {
@Column(name = "PARAM_TYPE")
@ApiParam(value = "参数类型【1=可选列表,10=数字,20=字符串,30=出参】", example = "0")
public Integer paramType;
public int getParamTypeVal() {
return this.paramType == null ? 0 : this.paramType;