计算问题

This commit is contained in:
he
2022-12-16 10:10:57 +08:00
committed by {872297557@qq.com}
parent 919dbd818a
commit bb95a50abc
3 changed files with 5 additions and 0 deletions
@@ -113,6 +113,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid SubjectId { get; set; }
public string TaskBlindName { get; set; } = string.Empty;
public bool IsAnalysisCreate { get; set; }
public bool? IsSelfAnalysis { get; set; }