快乐的昕的电脑
2025-10-18 c78de54cc66df1fc8d68e23858b37e50d1178a02
Entites/DbModels/MesReporting.cs
@@ -150,13 +150,13 @@
    ///     机台面板数
    /// </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; }
}