This commit is contained in:
he
2022-12-08 16:47:37 +08:00
parent 1b123b0a3d
commit 5c3701012a
7 changed files with 83 additions and 13 deletions
@@ -11,7 +11,7 @@ namespace IRaCIS.Core.Domain.Models
///读片模块
///</summary>
[Table("ReadModule")]
public class ReadModule : Entity, IAuditAdd
public class ReadModule : Entity, IAuditAdd, IAuditUpdate, ISoftDelete
{
[JsonIgnore]
@@ -67,12 +67,25 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid TrialId { get; set; }
public Guid UpdateUserId { get; set; }
public DateTime UpdateTime { get; set; }
public bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }
public Guid? DeleteUserId { get; set; }
///// <summary>
/////
///// </summary>
//public decimal VisitNum { get; set; }
// [JsonIgnore]
// [JsonIgnore]
///// <summary>
///// 对应
///// </summary>