organization

This commit is contained in:
skiffer-git
2022-04-16 21:26:16 +08:00
parent 3d690b7c72
commit bbcb3e9403
2 changed files with 2 additions and 2 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 {