@@ -11,7 +11,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
///VisitPlanInfluenceSubjectVisit
|
||||
///</summary>
|
||||
[Table("VisitPlanInfluenceStudy")]
|
||||
public class VisitPlanInfluenceStudy : Entity, IAuditAdd
|
||||
public class VisitPlanInfluenceStudy : BaseAuditAddEntity
|
||||
{
|
||||
[JsonIgnore]
|
||||
public SubjectVisit SubjectVisit { get; set; }
|
||||
@@ -32,9 +32,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public string HistoryWindow { get; set; }
|
||||
|
||||
public string NowWindow { get; set; }
|
||||
public DateTime CreateTime { get; set; }
|
||||
|
||||
public Guid CreateUserId { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("CreateUserId")]
|
||||
|
||||
Reference in New Issue
Block a user