精简实体修改
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
@@ -12,7 +12,7 @@ namespace IRaCIS.Core.Domain.Models
///读片模块
///</summary>
[Table("ReadModule")]
public class ReadModule : Entity, IAuditAdd, IAuditUpdate, ISoftDelete
public class ReadModule : BaseFullAuditDeleteEntity
{
[JsonIgnore]
@@ -49,15 +49,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid SubjectVisitId { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public DateTime CreateTime { get; set; }
/// <summary>
/// 创建人
/// </summary>
public Guid CreateUserId { get; set; }
/// <summary>
/// 阅片计划ID
@@ -71,9 +63,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid TrialId { get; set; }
public Guid UpdateUserId { get; set; }
public DateTime UpdateTime { get; set; }
public bool IsCRCConfirm { get; set; } = false;
@@ -86,11 +76,7 @@ namespace IRaCIS.Core.Domain.Models
/// CRC是否正在申请撤回
/// </summary>
public bool IsCRCApplicationRevoke { get; set; } = false;
public bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }
public Guid? DeleteUserId { get; set; }
/// <summary>
/// 临床数据是否完整