Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
momo
2023-11-14 15:03:07 +08:00
8 changed files with 62 additions and 39 deletions

View File

@@ -64,4 +64,5 @@ type SaveDepartmentReq {
Type string `json:"type"`
ParentId int64 `json:"parent_id"`
Dn string `json:"dn"`
Sort int64 `json:"sort"`
}