organization
This commit is contained in:
@@ -33,7 +33,7 @@ type GetSubDepartmentResp struct {
|
|||||||
|
|
||||||
type DeleteDepartmentReq struct {
|
type DeleteDepartmentReq struct {
|
||||||
OperationID string `json:"operationID" binding:"required"`
|
OperationID string `json:"operationID" binding:"required"`
|
||||||
DepartmentID string
|
DepartmentID string `json:"departmentID" binding:"required"`
|
||||||
}
|
}
|
||||||
type DeleteDepartmentResp struct {
|
type DeleteDepartmentResp struct {
|
||||||
CommResp
|
CommResp
|
||||||
|
|||||||
Reference in New Issue
Block a user