获取下一个阅片任务新增裁判配置
continuous-integration/drone/push Build is running

This commit is contained in:
he
2026-08-12 14:06:49 +08:00
parent 2e35733638
commit 969341380d
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