xwt
2 天以前 986bbf207ec3ecab9dfbf3fed50b565d2a2676fc
StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
@@ -119,6 +119,12 @@
    [SugarColumn(ColumnName = "ITEM_ID")]
    public decimal? ItemId { get; set; }
    /// <summary>
    ///     送检批次
    /// </summary>
    [SugarColumn(ColumnName = "RBILL_NO")]
    public string? RbillNo { get; set; }
    // 添加以下字段以适应查询返回的数据
    [SugarColumn(IsIgnore = true)] public string? ItemName { get; set; }