任务#2586

yun-zuoyi
许心洁 4 years ago
parent b3a7d77087
commit e72c2dd09a

@ -26,4 +26,6 @@ public class WmsAgCacheModel implements Serializable {
public List<WmsOptionModel> options;
@ApiParam("作业流程明细Model集合")
public Map<String, WmsAgdCacheModel> wmsAgdCacheModelMap;
@ApiParam("流程级别组件参数集合")
public Map<String,Map<String,String>> wmsAgAmParamsMap;
}

@ -15,6 +15,7 @@ import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.*;
import java.util.List;
/**
* @Description :
@ -98,6 +99,9 @@ public class WmsActionGroup extends BaseBean {
@Transient
@ApiParam(value = "提交步骤序号")
private Integer submitStepSeq;
@Transient
@ApiParam(value = "流程级别组件参数")
private List<WmsActionStepCallParam> agAmParamsList;
public long getInitAmIdVal() {
return this.initAmId == null ? 0 : this.initAmId.longValue();

Loading…
Cancel
Save