organization

This commit is contained in:
skiffer-git 2022-04-16 21:23:38 +08:00
parent b4ab2c69ae
commit 3d690b7c72

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 {