获取下一个阅片任务新增裁判配置

This commit is contained in:
he
2026-08-12 14:06:49 +08:00
parent 240b8218f0
commit b6ad1722f6
2 changed files with 15 additions and 0 deletions
@@ -2199,6 +2199,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public DefaultSegmentNameDto DefaultSegmentName { get; set; }
/// <summary>
/// 仲裁模式
/// </summary>
public JudgeMode JudgeModeEnum { get; set; } = JudgeMode.SelectOne;
/// <summary>
/// 裁判规则
/// </summary>
public JudgeRule JudgeRuleEnum { get; set; } = JudgeRule.Consistent;
}
public class GetReadingImgInDto