啊鑫
2024-08-21 70f330ed92609309b73a3d7f2ad8d8f70c5df316
MES.Service/Modes/MesInvItemArnDetail.cs
@@ -217,6 +217,18 @@
    [SugarColumn(ColumnName = "CBILL_NO")]
    public string CbillNo { get; set; }
    /// <summary>
    ///     采购入库数量
    /// </summary>
    [SugarColumn(ColumnName = "CG_RKQTY")]
    public decimal? CgRkqty { get; set; }
    /// <summary>
    ///     物料id
    /// </summary>
    [SugarColumn(ColumnName = "ITEM_ID")]
    public decimal? ItemId { get; set; }
    [SugarColumn(IsIgnore = true)] public string? itemModel { get; set; }
    [SugarColumn(IsIgnore = true)] public string? itemName { get; set; }