fix
This commit is contained in:
@@ -30,6 +30,7 @@ type DepartmentsItem {
|
||||
ParentId int64 `json:"parent_id"`
|
||||
Dn string `json:"dn"`
|
||||
SyncState int64 `json:"sync_state"`
|
||||
Sort int64 `json:"sort"`
|
||||
Child []*DepartmentsItem `json:"child"`
|
||||
}
|
||||
//保存部门信息
|
||||
|
||||
Reference in New Issue
Block a user