修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user