修改一版

This commit is contained in:
he
2022-11-03 17:22:27 +08:00
parent 962a710ed1
commit fe4ea38784
2 changed files with 6 additions and 0 deletions
@@ -423,6 +423,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid Id { get; set; }
/// <summary>
/// 序号标记
/// </summary>
public string OrderMark { get; set; } = string.Empty;
public Guid RowId { get; set; }
/// <summary>