阅片标准默认值修改
continuous-integration/drone/push Build is running

This commit is contained in:
he
2025-06-24 13:41:53 +08:00
parent 6d100555d8
commit e53531636d
2 changed files with 14 additions and 0 deletions
@@ -812,6 +812,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public ReadingVersion? ReadingVersionEnum { get; set; }
public ReadingTool? ReadingTool { get; set; }
/// <summary>
/// 阅片工具
/// </summary>
public List<string> ReadingToolList { get; set; } = new List<string>();
}