返回标记类型
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
Hewt 2026-03-24 14:37:24 +08:00
parent 49ffbad759
commit b7f53f4036
1 changed files with 5 additions and 0 deletions

View File

@ -988,6 +988,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ImageMark? ImageMarkEnum { get; set; }
/// <summary>
/// 影像标记类型
/// </summary>
public ImageMarkType? ImageMarkTypeEnum { get; set; }
public string QuestionGroupName { get; set; }
public string QuestionGroupEnName { get; set; }