MES.Service/Modes/MesInvItemArnDetail.cs
@@ -211,6 +211,12 @@ [SugarColumn(ColumnName = "OK_RKQTY")] public decimal? OkRkqty { get; set; } /// <summary> /// 到货单号 /// </summary> [SugarColumn(ColumnName = "CBILL_NO")] public string CbillNo { get; set; } [SugarColumn(IsIgnore = true)] public string? itemModel { get; set; } [SugarColumn(IsIgnore = true)] public string? itemName { get; set; }