用户增加工作语言,系统文档增加文档适用语言用户
This commit is contained in:
@@ -157,6 +157,17 @@ public class IdentityUser : BaseFullAuditEntity
|
||||
/// 隐私政策Id
|
||||
/// </summary>
|
||||
public Guid? PrivacyPolicyId { get; set; }
|
||||
|
||||
|
||||
public UserWorkLanguage UserWorkLanguage { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
public enum UserWorkLanguage
|
||||
{
|
||||
CN = 0,
|
||||
US = 1,
|
||||
}
|
||||
|
||||
public enum UserCeateSource
|
||||
@@ -169,6 +180,6 @@ public enum UserCeateSource
|
||||
|
||||
ReviewerSelect = 3,
|
||||
|
||||
External=4
|
||||
External = 4
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user