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

Uat_IRC_Net8
he 2025-07-10 11:10:14 +08:00
parent 7189ea563c
commit 50b47e0752
1 changed files with 7 additions and 0 deletions

View File

@ -579,6 +579,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid CreateUserId { get; set; }
public int? NumberOfFrames { get; set; }
public string MarkTool { get; set; } = string.Empty;
public string PicturePath { get; set; } = string.Empty;
public string OrderMarkName { get; set; } = string.Empty;
}
public class GetManualListInDto