organization

This commit is contained in:
skiffer-git 2022-04-17 12:41:42 +08:00
parent 6787563efe
commit 80ba371296

View File

@ -33,7 +33,7 @@ type GetSubDepartmentResp struct {
type DeleteDepartmentReq struct {
OperationID string `json:"operationID" binding:"required"`
DepartmentID string
DepartmentID string `json:"departmentID" binding:"required"`
}
type DeleteDepartmentResp struct {
CommResp