添加字段

This commit is contained in:
he
2025-05-27 10:27:33 +08:00
parent 0c28f85f49
commit eabf8f4532
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>