Uat_Study
he 2022-12-09 10:47:54 +08:00
parent 39c8d59a1f
commit 825e2c3740
1 changed files with 5 additions and 0 deletions

View File

@ -454,6 +454,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string OrderMarkName { get; set; } = string.Empty; public string OrderMarkName { get; set; } = string.Empty;
/// <summary>
/// 截图地址
/// </summary>
public string PicturePath { get; set; } = string.Empty;
public int? NumberOfFrames { get; set; } public int? NumberOfFrames { get; set; }
public Guid RowId { get; set; } public Guid RowId { get; set; }