|
@@ -6,17 +6,17 @@
|
|
|
public class SysDicTypeConsts
|
|
|
{
|
|
|
/// <summary>
|
|
|
- /// 证件类型
|
|
|
+ /// 证件类型(字典)
|
|
|
/// </summary>
|
|
|
public const string LicenceType = "LicenceType";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 身份类型
|
|
|
+ /// 提供方身份类型(字典)
|
|
|
/// </summary>
|
|
|
- public const string IdentityType = "IdentityType";
|
|
|
+ public const string ProviderIdentityType = "ProviderIdentityType";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 身份
|
|
|
+ /// 提供方身份(字典)
|
|
|
/// </summary>
|
|
|
public const string Identity = "Identity";
|
|
|
|
|
@@ -26,7 +26,7 @@ public class SysDicTypeConsts
|
|
|
public const string Nationality = "Nationality";
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 民族
|
|
|
+ /// 民族(字典)
|
|
|
/// </summary>
|
|
|
public const string Nation = "Nation";
|
|
|
|