feat: getNodeList新增字段

This commit is contained in:
2023-11-09 10:12:41 +08:00
parent 2613aa415a
commit 3abdc4ca79
@@ -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;
}