This commit is contained in:
geh
2025-05-29 09:11:51 +08:00
parent cd67e71e38
commit 4926935d71
9 changed files with 23 additions and 6 deletions
@@ -15,6 +15,10 @@
/// </summary>
public int RecNum { get; set; }
/// <summary>
/// 已整改待确认数量
/// </summary>
public int RCNum { get; set; }
/// <summary>
/// 未整改数量
/// </summary>
public int NoRecNum { get; set; }