From ac2f359d397c0ec5eb87c9cbc415584d1d88439f Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 16 九月 2025 08:56:53 +0800
Subject: [PATCH] 采购退料:列表选择、列表明细更改为存储过程,添加组织隔离,添加库位列表,添加隐藏完结单号功能

---
 entity/MesInvItemStocks.cs |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/entity/MesInvItemStocks.cs b/entity/MesInvItemStocks.cs
index 3b75104..ac0078b 100644
--- a/entity/MesInvItemStocks.cs
+++ b/entity/MesInvItemStocks.cs
@@ -220,4 +220,25 @@
     /// </summary>
     [SugarColumn(ColumnName = "DEPOT_ID")]
     public int? DepotId { get; set; }
+
+    /// <summary>
+    ///     鍏ュ簱浜哄憳缂栫爜
+    /// </summary>
+    [SugarColumn(ColumnName = "INDEP_USER_CODE")]
+    public string? IndepUserCode { get; set; }
+    /// <summary>
+    ///     璐т富id
+    /// </summary>
+    [SugarColumn(ColumnName = "Owner_Id")]
+    public string? OwnerId { get; set; }
+    /// <summary>
+    ///     璐т富绫诲瀷
+    /// </summary>
+    [SugarColumn(ColumnName = "Owner_Type")]
+    public string? OwnerType { get; set; }
+    /// <summary>
+    ///     搴撳瓨缁勭粐
+    /// </summary>
+    [SugarColumn(ColumnName = "Stock_Org_Id")]
+    public string? StockOrgId { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3