|
|
|
@ -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();
|
|
|
|
|