This commit is contained in:
laodaming
2023-11-17 15:11:23 +08:00
parent 71850d505e
commit 86216a6456
3 changed files with 6 additions and 6 deletions

View File

@@ -178,7 +178,7 @@ type MenuItem {
}
//增加ldap组织
type CreateLdapOrganizationReq {
OrganizationOu string `json:"organization_ou"` //组织ou
OrganizationEnName string `json:"organization_en_name"` //组织英文名
BusinessCategory string `json:"business_category"` //组织分类名称
ParentOrganizationDN string `json:"parent_organization_dn"` //父级dn
}