稽查修改

This commit is contained in:
2022-08-25 17:05:57 +08:00
parent cc60c4f9f0
commit fbabbfc807
5 changed files with 68 additions and 68 deletions
+1
View File
@@ -6,6 +6,7 @@ namespace IRaCIS.Core.Domain.Models
[Table("VisitStage")]
public class VisitStage : Entity, IAuditUpdate, IAuditAdd,ISoftDelete
{
[JsonIgnore]
public Trial Trial { get; set; }
public Guid TrialId { get; set; }