字典处理

This commit is contained in:
he
2022-04-26 17:36:32 +08:00
parent 8f6830ea8d
commit 0c0a82d8e1
11 changed files with 291 additions and 181 deletions
@@ -363,6 +363,11 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public decimal? VisitNum { get; set; }
/// <summary>
/// 父标识
/// </summary>
public string ParentIdentification { get; set; }
}