Uat_Study
parent
39c8d59a1f
commit
825e2c3740
|
@ -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; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue