修改模块列表

This commit is contained in:
2022-10-11 17:52:31 +08:00
parent 8a2d88d52d
commit 0610193b04
2 changed files with 5 additions and 6 deletions
@@ -40,8 +40,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string? Name { get; set; }
public Guid? TrialReadingCriterionId { get; set; }
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
}