GetNextTask 新增 ArbitrationRule

This commit is contained in:
he
2026-08-12 14:17:02 +08:00
parent 07bd02d3c8
commit 046715fd07
2 changed files with 7 additions and 0 deletions
@@ -2209,6 +2209,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public JudgeRule JudgeRuleEnum { get; set; } = JudgeRule.Consistent;
/// <summary>
/// 仲裁对象
/// </summary>
public ArbitrationRule ArbitrationRule { get; set; } = ArbitrationRule.Reading;
}
public class GetReadingImgInDto