windows域控里,属性和字段映射表
Posted mqingqing123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows域控里,属性和字段映射表相关的知识,希望对你有一定的参考价值。
string[] prop = new string[] { "DisplayName", "SamAccountName", "UserPrincipalName", "userAccountControl", "givenName", "sn",
"name", "Initials", "description", "physicalDeliveryOfficeName", "telephoneNumber", "mail",
"wWWHomePage", "WhenCreated", "streetAddress", "postOfficeBox", "l", "st", "postalCode", "co", "homePhone", "Pager", "mobile", "facsimileTelephoneNumber",
"ipPhone", "UserWorkstations", "company", "department", "Title", "Manager", "homeMDB", "AccountExpires", "EmployeeID", "EmployeeNumber", "PwdLastSet", "msRTCSIP-PrimaryUserAddress", "ProxyAddresses",
"ProfilePath", "HomeDrive", "HomeDirectory", "ExMailboxDB", "DistinguishedName", "ExtensionAttribute1" };
以上是关于windows域控里,属性和字段映射表的主要内容,如果未能解决你的问题,请参考以下文章
MyBatis关联查询,表字段相同,resultMap映射问题的解决办法