This commit is contained in:
laodaming
2023-11-17 15:16:34 +08:00
parent 86216a6456
commit 648e200d87
3 changed files with 13 additions and 8 deletions

View File

@@ -179,7 +179,7 @@ type MenuItem {
//增加ldap组织
type CreateLdapOrganizationReq {
OrganizationEnName string `json:"organization_en_name"` //组织英文名
BusinessCategory string `json:"business_category"` //组织分类名称
OrganizationName string `json:"organization_name"` //组织中文名称
ParentOrganizationDN string `json:"parent_organization_dn"` //父级dn
}
//删除ldap组织