添加字段
continuous-integration/drone/push Build is running

This commit is contained in:
he
2025-10-22 17:38:35 +08:00
parent f6be3186e7
commit 3765b390a6
7 changed files with 20881 additions and 5 deletions
@@ -1274,6 +1274,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string? PicturePath { get; set; }
public string? Path { get; set; }
/// <summary>
/// NumberOfFrames
/// </summary>
@@ -2506,6 +2508,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string Path { get; set; }
public string PicturePath { get; set; } = string.Empty;
public string MeasureData { get; set; } = string.Empty;
public Guid QuestionId { get; set; }