增加查询配置
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-27 16:14:46 +08:00
parent f8c3704c87
commit 02e5d770db
2 changed files with 9 additions and 1 deletions
@@ -355,8 +355,13 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public int? NotClosedChallengeCount { get; set; }
public List<StudyName> StudyNameList { get; set; }
public List<string> ImageFormatList { get; set; }
public bool IsShowStudyName { get; set; } = false;
}
public class QAStudyInfoDTO
{