部署
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user