访视修改

This commit is contained in:
2022-04-28 13:57:09 +08:00
parent 8b312683d5
commit 3598ac4f5a
6 changed files with 12 additions and 11 deletions
+2 -5
View File
@@ -1,5 +1,6 @@
using IRaCIS.Core.Domain.Share;
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace IRaCIS.Core.Domain.Models
{
@@ -11,14 +12,10 @@ namespace IRaCIS.Core.Domain.Models
public Guid QCChallengeId { get; set; }
public Guid SubjectVisitId { get; set; }
[foren]
[ForeignKey("CreateUserId")]
public User CreateUser { get; set; }
public DateTime CreateTime { get; set; } = DateTime.Now;
public Guid CreateUserId { get; set; } = Guid.Empty;