Skip to content

Commit

Permalink
DefDeptId
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanJey committed Aug 26, 2024
1 parent 193672e commit 9f98783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api_req/user_req.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "github.com/YuanJey/wps-api/pkg/api_resp"
type CreateCompaniesMembersReq struct {
Account string `json:"account"`
Avatar string `json:"avatar,omitempty"`
DefDeptId int `json:"def_dept_id"`
DefDeptId string `json:"def_dept_id"`
DeptIds []DeptIds `json:"dept_ids"`
Email string `json:"email,omitempty"`
EmployeeId string `json:"employee_id,omitempty"`
Expand Down

0 comments on commit 9f98783

Please sign in to comment.