organization

This commit is contained in:
skiffer-git
2022-04-16 21:20:17 +08:00
parent 4a7f406edb
commit b4ab2c69ae
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package base_info
import open_im_sdk "Open_IM/pkg/proto/sdk_ws"
type CreateDepartmentReq struct {
open_im_sdk.Department
*open_im_sdk.Department
OperationID string `json:"operationID" binding:"required"`
}
type CreateDepartmentResp struct {