修改映射
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-25 14:21:16 +08:00
parent 3ff0230fc1
commit 1d4eedf5bb
4 changed files with 8 additions and 4 deletions
@@ -212,6 +212,8 @@ namespace IRaCIS.Application.Contracts
{
public Guid Id { get; set; }
public string UserTypeShortName { get; set; }
public bool IsDeleted { get; set; }
public DateTime CreateTime { get; set; }
@@ -388,8 +390,6 @@ namespace IRaCIS.Application.Contracts
public Guid TrialSiteId { get; set; }
//public int? UserCount { get; set; }
public string TrialSiteCode { get; set; } = String.Empty;
public string TrialSiteName { get; set; } = String.Empty;