AOI
啊鑫
4 天以前 a5019b475f8620dba3b495da983f4db9e32f7ca8
MES.Service/Modes/MesInvItemOutCDetails.cs
@@ -235,14 +235,10 @@
    [SugarColumn(ColumnName = "LINE_K3ID")]
    public decimal? LineK3id { get; set; }
    /// <summary>
    ///     物料id
    /// </summary>
    [SugarColumn(ColumnName = "ITEM_ID")]
    public decimal? ItemId { get; set; }
    [SugarColumn(IsIgnore = true)] public string? DepotName { get; set; }
    [SugarColumn(IsIgnore = true)] public string? ItemName { get; set; }
    [SugarColumn(IsIgnore = true)] public string? ItemModel { get; set; }
    [SugarColumn(IsIgnore = true)] public string? Unit { get; set; }
    [SugarColumn(IsIgnore = true)] public string DepotSectionName { get; set; }
}