This commit is contained in:
2024-08-22 14:08:16 +08:00
parent 4ce0a58715
commit 27e67dadf3
29 changed files with 758 additions and 184 deletions

View File

@@ -106,7 +106,10 @@ namespace Tnb.QcMgr.Entities
/// </summary>
public string? checkindex { get; set; }
/// <summary>
/// 不合格数量
/// </summary>
public int qty { get; set; }
}