拷贝表单
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-03-20 17:37:18 +08:00
parent 447d3fc36f
commit b7c9abca02
4 changed files with 46 additions and 16 deletions
@@ -1850,6 +1850,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool ExistsManual { get; set; }
public bool IsBaseLine { get; set; }
public ReadingCategory ReadingCategory { get; set; }
public decimal VisitNum { get; set; }
@@ -86,7 +86,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid NewSystemCriterionId { get; set; }
public bool IsCopyQuestion { get; set; }
//public bool IsCopyQuestion { get; set; }
}
public class EditCriterionDictionaryInDto