快乐的昕的电脑
2025-10-23 810818b52ac65bd701c9582571be23ded5aea776
Entites/DbModels/MesReporting.cs
@@ -132,31 +132,31 @@
    ///     累计采集数
    /// </summary>
    [SugarColumn(ColumnName = "CJ_QTY")]
    public string? CjQty { get; set; }
    public decimal? CjQty { get; set; }
    /// <summary>
    ///     累计打印数
    /// </summary>
    [SugarColumn(ColumnName = "DY_QTY")]
    public string? DyQty { get; set; }
    public decimal? DyQty { get; set; }
    /// <summary>
    ///     累计不良数
    /// </summary>
    [SugarColumn(ColumnName = "BL_QTY")]
    public string? BlQty { get; set; }
    public decimal? BlQty { get; set; }
    
    /// <summary>
    ///     机台面板数
    /// </summary>
    [SugarColumn(ColumnName = "JT_QTY")]
    public string? JtQty { get; set; }
    public decimal? JtQty { get; set; }
    
    /// <summary>
    ///     初始值
    /// </summary>
    [SugarColumn(ColumnName = "CS_QTY")]
    public string? CsQty { get; set; }
    public decimal? CsQty { get; set; }
    [SugarColumn(IsIgnore = true)] public string? StaffName { get; set; }
}