This commit is contained in:
2024-10-18 16:37:14 +08:00
parent 2c977e19e3
commit 2c467a3aec
14 changed files with 194 additions and 102 deletions

View File

@@ -35,9 +35,10 @@ type ArgsNodeList struct {
Search NodeSearch
}
type NodeSearch struct {
StaffIds []int64 // 员工筛选
Status []int64 // 状态筛选
BusinessType string // 业务类型
StaffIds []int64 // 员工筛选
Status []int64 // 状态筛选
BusinessType string // 业务类型
BusinessTypes []string // 业务类型
}
type ReplyNodeList struct {
List []NodeItem `json:"list"`