|
@ -17,7 +17,7 @@ public class BaseProcessGuidancePresetDO extends UuidIdentityEntityWithCreateTim
|
|
|
private String processGuidanceId;//流程指引id
|
|
|
private String processCode;//步骤code =节点id(nodeId)
|
|
|
private String processName;//步骤名称
|
|
|
private Integer sortNo;//步骤排序
|
|
|
// private Integer sortNo;//步骤排序
|
|
|
private Integer isOptional;//是否可选项(1必要项,2可选项 )
|
|
|
|
|
|
@Column(name = "process_guidance_id")
|
|
@ -47,14 +47,14 @@ public class BaseProcessGuidancePresetDO extends UuidIdentityEntityWithCreateTim
|
|
|
this.processName = processName;
|
|
|
}
|
|
|
|
|
|
@Column(name = "sort_no")
|
|
|
public Integer getSortNo() {
|
|
|
return sortNo;
|
|
|
}
|
|
|
|
|
|
public void setSortNo(Integer sortNo) {
|
|
|
this.sortNo = sortNo;
|
|
|
}
|
|
|
// @Column(name = "sort_no")
|
|
|
// public Integer getSortNo() {
|
|
|
// return sortNo;
|
|
|
// }
|
|
|
//
|
|
|
// public void setSortNo(Integer sortNo) {
|
|
|
// this.sortNo = sortNo;
|
|
|
// }
|
|
|
|
|
|
@Column(name = "is_optional")
|
|
|
public Integer getIsOptional() {
|