xwt
7 天以前 e853dd2fecef3a0c446d161248d0498a5a081e66
StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
@@ -157,12 +157,18 @@
    [SugarColumn(IsIgnore = true)] public string? Daa015 { get; set; }
    /// <summary>
    ///     送检数量
    ///     工单数量(原送检数量字段)
    /// </summary>
    [SugarColumn(ColumnName = "QUANTITY")]
    public decimal? Quantity { get; set; }
    /// <summary>
    ///     送检数量(新增字段)
    /// </summary>
    [SugarColumn(ColumnName = "SJQTY")]
    public decimal? Sjqty { get; set; }
    /// <summary>
    ///     不良原因
    /// </summary>
    [SugarColumn(ColumnName = "BLYY")]