organization

pull/218/head
skiffer-git 3 years ago
parent 9def85f9ba
commit 6787563efe

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

Loading…
Cancel
Save