添加字段

IRC_NewDev
he 2023-09-15 15:30:09 +08:00
parent 166b46f6a3
commit f96025ae38
1 changed files with 2 additions and 0 deletions

View File

@ -942,6 +942,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary> /// </summary>
public string MeasureData { get; set; } public string MeasureData { get; set; }
public string? OtherMeasureData { get; set; }
public int ShowOrder { get; set; } public int ShowOrder { get; set; }