feat(workflow): 添加角色筛选功能支持
- 在NodeSearch结构体中新增RoleIds字段用于角色筛选 - 扩展工作流节点搜索功能以支持按角色过滤
This commit is contained in:
@@ -37,6 +37,7 @@ type ArgsNodeList struct {
|
|||||||
}
|
}
|
||||||
type NodeSearch struct {
|
type NodeSearch struct {
|
||||||
StaffIds []int64 // 员工筛选
|
StaffIds []int64 // 员工筛选
|
||||||
|
RoleIds []int64 // 角色筛选
|
||||||
Status []int64 // 状态筛选
|
Status []int64 // 状态筛选
|
||||||
BusinessType string // 业务类型
|
BusinessType string // 业务类型
|
||||||
BusinessTypes []string // 业务类型
|
BusinessTypes []string // 业务类型
|
||||||
|
|||||||
Reference in New Issue
Block a user