看板数据优化

This commit is contained in:
2024-08-23 16:59:36 +08:00
parent 0801e5e9ef
commit 808df215ac
6 changed files with 136 additions and 30 deletions

View File

@@ -220,9 +220,9 @@
public int ProductQualifiedTotal { get; set; } = 0;
/// <summary>
/// 产线一次合格总数(不包含门把手)
/// 产线门把手合格数
///</summary>
public int ProductQualifiedNotDoorknobTotal { get; set; } = 0;
public int ProductDoorknobQualifiedTotal { get; set; } = 0;
/// <summary>
/// 产线抛光总数
@@ -254,6 +254,11 @@
///</summary>
public int PolishQualifiedTotal { get; set; } = 0;
/// <summary>
/// 抛光门把手合格总数
///</summary>
public int PolishDoorknobQualifiedTotal { get; set; } = 0;
/// <summary>
/// 抛光打磨总数
///</summary>
@@ -275,9 +280,9 @@
public int AfterPolishQualifiedTotal { get; set; } = 0;
/// <summary>
/// 后道检验一次合格总数 (不包含门把手)
/// 后道检验门把手合格数
///</summary>
public int AfterPolishQualifiedNotDoorknobTotal { get; set; } = 0;
public int AfterPolishDoorknobQualifiedTotal { get; set; } = 0;
/// <summary>
/// 后道检验抛光总数
@@ -309,6 +314,11 @@
///</summary>
public int GP12QualifiedTotal { get; set; } = 0;
/// <summary>
/// 一次合格品GP12门把手数需要清理
///</summary>
public int GP12DoorknobQualifiedTotal { get; set; } = 0;
/// <summary>
/// 一次合格品GP12检验抛光总数
///</summary>