This commit is contained in:
2024-08-16 16:05:17 +08:00
parent 4e2b817762
commit 9084aca672
4 changed files with 101 additions and 0 deletions

View File

@@ -219,6 +219,11 @@
///</summary>
public int ProductQualifiedTotal { get; set; } = 0;
/// <summary>
/// 产线一次合格总数(不包含门把手)
///</summary>
public int ProductQualifiedNotDoorknobTotal { get; set; } = 0;
/// <summary>
/// 产线抛光总数
///</summary>
@@ -269,6 +274,11 @@
///</summary>
public int AfterPolishQualifiedTotal { get; set; } = 0;
/// <summary>
/// 后道检验一次合格总数 (不包含门把手)
///</summary>
public int AfterPolishQualifiedNotDoorknobTotal { get; set; } = 0;
/// <summary>
/// 后道检验抛光总数
///</summary>