| | |
| | | public ResidenceMemberInfo() |
| | | { |
| | | } |
| | | /// <summary> |
| | | /// 是否虚拟账号 |
| | | /// </summary> |
| | | public bool isVirtualAccount |
| | | { |
| | | get |
| | | { |
| | | return string.IsNullOrEmpty(childAccountId); |
| | | } |
| | | } |
| | | //public string Account = ""; |
| | | |
| | | //public string UserName = ""; |
| | |
| | | /// </summary> |
| | | public string memberHeadIcon; |
| | | /// <summary> |
| | | /// 人脸照片 |
| | | /// </summary> |
| | | public string userFaceUrl; |
| | | /// <summary> |
| | | /// 用户账号 |
| | | /// 优先显示手机号,如果手机号为空则显示邮箱地址 |
| | | /// </summary> |
| | |
| | | |
| | | |
| | | //} |
| | | |
| | | /// <summary> |
| | | /// 第三方注册信息 |
| | | /// </summary> |
| | | public class extUserInfo |
| | | { |
| | | |
| | | public string extUserId = ""; |
| | | |
| | | public string extPlatform = ""; |
| | | |
| | | public string homeId = ""; |
| | | |
| | | public string extServerIp = ""; |
| | | |
| | | public string extTenantCode = ""; |
| | | |
| | | public string extUUID = ""; |
| | | |
| | | public string extra = ""; |
| | | |
| | | } |
| | | } |