Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-27 13:15:41 +08:00
8 changed files with 19561 additions and 1 deletions
@@ -319,6 +319,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class ReadingTableQuestionTrialAddOrEdit
{
/// <summary>
/// 影像标记
/// </summary>
public ImageMark? ImageMarkEnum { get; set; }
public Guid? ClassifyTableQuestionId { get; set; }
@@ -924,7 +928,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class ReadingQuestionTrialView
{
/// <summary>
/// 影像标记
/// </summary>
public ImageMark? ImageMarkEnum { get; set; }
public Guid Id { get; set; }
[Comment("导出结果")]
@@ -2345,6 +2352,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class AddOrUpdateReadingQuestionTrialInDto
{
/// <summary>
/// 影像标记
/// </summary>
public ImageMark? ImageMarkEnum { get; set; }
/// <summary>
/// Id
/// </summary>