feat: getNodeList新增字段
This commit is contained in:
@@ -119,4 +119,10 @@ public class ProcessNode {
|
||||
@TableField(value = "min_length")
|
||||
@ApiModelProperty(value = "最少处理人个数")
|
||||
private Integer minLength;
|
||||
/**
|
||||
* 立项变更流程类型
|
||||
*/
|
||||
@TableField(value = "branch_type")
|
||||
@ApiModelProperty(value = "企标立项变更 1 普通立项 2 普通变更 3 责任部门变更")
|
||||
private String branchType;
|
||||
}
|
||||
Reference in New Issue
Block a user