fix
This commit is contained in:
@@ -221,10 +221,9 @@ type MenuItem {
|
||||
}
|
||||
//增加ldap组织
|
||||
type CreateLdapOrganizationReq {
|
||||
OrganizationEnName string `json:"organization_en_name"` //组织英文名
|
||||
BusinessCategory string `json:"business_category"` //组织类别名称
|
||||
ParentOrganizationDN string `json:"parent_organization_dn"` //父级dn
|
||||
OwnerDN string `json:"owner_dn"` //负责人dn
|
||||
OrganizationName string `json:"organization_name"` //组织名
|
||||
ParentOrganizationDN string `json:"parent_organization_dn,optional"` //父级dn
|
||||
OwnerDN string `json:"owner_dn,optional"` //负责人dn
|
||||
}
|
||||
//删除ldap组织
|
||||
type DeleteLdapOrganizationReq {
|
||||
|
||||
Reference in New Issue
Block a user