南骏 池
2025-06-27 52d1e37bb116c995b601728bfe81e3816c3944c9
entity/MesInvItemOutItems.cs
@@ -203,13 +203,13 @@
    ///     已入库数
    /// </summary>
    [SugarColumn(ColumnName = "rk_qty")]
    public int? RkQty { get; set; }
    public decimal? RkQty { get; set; }
    /// <summary>
    ///     已扫数量
    /// </summary>
    [SugarColumn(ColumnName = "tl_qty")]
    public int? TlQty { get; set; }
    public decimal? TlQty { get; set; }
    /// <summary>
    ///     物料ID
@@ -235,6 +235,12 @@
    [SugarColumn(ColumnName = "qt_out_id")]
    public Guid? QtOutId { get; set; }
    /// <summary>
    ///     仓库id
    /// </summary>
    [SugarColumn(ColumnName = "depot_id")]
    public string? DepotId { get; set; }
    [SugarColumn(IsIgnore = true)] public string? ItemName { get; set; }
    [SugarColumn(IsIgnore = true)] public string? ItemModel { get; set; }