This commit is contained in:
2024-08-15 10:23:36 +08:00
parent 5b3b6f6fbb
commit 4e2b817762
4 changed files with 261 additions and 40 deletions

View File

@@ -173,6 +173,26 @@
public string Remark { get; set; } = default;
}
/// <summary>
/// 产线,抛光,一次合格品质量报表看板查询条件
///</summary>
public class QcProductAndPolishAndOneTimeFqcBoardQuery
{
/// <summary>
/// 物料号(成品零件号)
/// </summary>
public string Partnumber { get; set; }
/// <summary>
/// 开始时间
///</summary>
public DateTime? StartTime { get; set; } = default;
/// <summary>
/// 开始时间
///</summary>
public DateTime? EndTime { get; set; } = default;
}
/// <summary>
/// 产线,抛光,一次合格品质量报表看板
///</summary>