用户增加工作语言,系统文档增加文档适用语言用户
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("项目 - 项目中心表")]
|
||||
[Table("TrialSite")]
|
||||
@@ -40,4 +42,9 @@ public class TrialSite : BaseFullDeleteAuditEntity
|
||||
|
||||
public string TrialSiteAliasName { get; set; } = String.Empty;
|
||||
public DateTime? EnabledTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 使用 StaticData.SiteCountry.CN;
|
||||
/// </summary>
|
||||
public string Country { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user