批量处理实体类空行
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 14:34:32 +08:00
parent 7524d39213
commit 718ddefe97
163 changed files with 0 additions and 1923 deletions
@@ -1,7 +1,3 @@
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Domain.Models
{
@@ -19,13 +15,9 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("UserTypeId")]
public UserType UserTypeRole { get; set; }
#endregion
public Guid TrialSiteSurveyId { get; set; }
public Guid? UserTypeId { get; set; }
public int? TrialRoleCode { get; set; }
public string Phone { get; set; } = string.Empty;
@@ -42,22 +34,14 @@ namespace IRaCIS.Core.Domain.Models
public bool IsGenerateAccount { get; set; }
public bool IsGenerateSuccess { get; set; }
public TrialSiteUserStateEnum InviteState { get; set; } = TrialSiteUserStateEnum.WaitSent;
public bool IsJoin { get; set; }
public bool IsHistoryUser { get; set; }
public bool? IsHistoryUserDeleted { get; set; }
public bool? IsHistoryUserOriginDeleted { get; set; }
}
}