精简实体修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-22 18:10:29 +08:00
parent f0943ca9a4
commit 4319982be9
159 changed files with 520 additions and 2225 deletions
+1 -12
View File
@@ -9,7 +9,7 @@ using Newtonsoft.Json;
namespace IRaCIS.Core.Domain.Models
{
[Table("Trial")]
public partial class Trial : Entity, IAuditUpdate, IAuditAdd, ISoftDelete
public partial class Trial : BaseFullAuditDeleteEntity
{
public Trial()
{
@@ -145,13 +145,6 @@ namespace IRaCIS.Core.Domain.Models
public string MessageFromClientName { get; set; } = string.Empty;
public int Expedited { get; set; }
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }
public DateTime UpdateTime { get; set; }
public Guid UpdateUserId { get; set; }
@@ -325,7 +318,6 @@ namespace IRaCIS.Core.Domain.Models
public bool IsTrialStart { get; set; } = false;
public bool IsDeleted { get; set; }
//QC 问题流程
@@ -350,9 +342,6 @@ namespace IRaCIS.Core.Domain.Models
public bool IsQCQuestionConfirmed { get; set; }
public DateTime? DeletedTime { get; set; }
public Guid? DeleteUserId { get; set; }
/// <summary>
/// 同步临床数据时间
/// </summary>