This commit is contained in:
2024-09-05 17:06:40 +08:00
parent f2014976c9
commit c7ddb2b86e
6 changed files with 45 additions and 11 deletions

View File

@@ -75,11 +75,12 @@ type ArgsStaffList struct {
Search StaffSearch
}
type StaffSearch struct {
Status int64 // 状态 1=启用 2=停用
Keyword string // 关键字
Phone string // 手机号
DepartmentIds []int64 // 部门筛选
RoleIds []int64 // 角色筛选
Status int64 // 状态 1=启用 2=停用
Keyword string // 关键字
Phone string // 手机号
DepartmentIds []int64 // 部门筛选
DepartmentStaffIds []int64 // 部门员工id
RoleIds []int64 // 角色筛选
}
type ReplyStaffList struct {
List []StaffItem `json:"list"` // 员工列表