organization

This commit is contained in:
skiffer-git 2022-04-17 12:37:00 +08:00
parent 9def85f9ba
commit 6787563efe

View File

@ -23,7 +23,7 @@ type UpdateDepartmentResp struct {
type GetSubDepartmentReq struct {
OperationID string `json:"operationID" binding:"required"`
DepartmentID string
DepartmentID string `json:"departmentID" binding:"required"`
}
type GetSubDepartmentResp struct {
CommResp