修改文档关联标准

This commit is contained in:
2023-02-14 09:36:24 +08:00
parent af603b7bc6
commit a59f2f2f60
4 changed files with 65 additions and 40 deletions
@@ -73,6 +73,9 @@ namespace IRaCIS.Core.Domain.Models
public CriterionType? CriterionTypeEnum { get; set; }
public Guid? TrialReadingCriterionId { get; set; }
[Required]
public string FilePath { get; set; } = string.Empty;