xwt
2025-08-18 52f26a9f94f639d994a8300d100161acf5e1d0c3
StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
@@ -161,4 +161,28 @@
    /// </summary>
    [SugarColumn(ColumnName = "QUANTITY")]
    public decimal? Quantity { get; set; }
    /// <summary>
    ///     不良原因
    /// </summary>
    [SugarColumn(ColumnName = "BLYY")]
    public string? Blyy { get; set; }
    /// <summary>
    ///     评审状态
    /// </summary>
    [SugarColumn(ColumnName = "PSZT")]
    public string? Pszt { get; set; }
    /// <summary>
    ///     所属车间
    /// </summary>
    [SugarColumn(ColumnName = "SSCJ")]
    public string? Sscj { get; set; }
    /// <summary>
    ///     不良描述
    /// </summary>
    [SugarColumn(ColumnName = "FNG_DESC")]
    public string? FngDesc { get; set; }
}