From 5de35354e8dfcb4933350d0d1b645d400bcf23ab Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期二, 22 七月 2025 15:30:09 +0800
Subject: [PATCH] 优化多组织

---
 MES.Service/Modes/MesDepots.cs |   40 ++++++++++++++++++++++++++--------------
 1 files changed, 26 insertions(+), 14 deletions(-)

diff --git a/MES.Service/Modes/MesDepots.cs b/MES.Service/Modes/MesDepots.cs
index 69e2e55..5dd2f87 100644
--- a/MES.Service/Modes/MesDepots.cs
+++ b/MES.Service/Modes/MesDepots.cs
@@ -147,22 +147,34 @@
     public string? MaterialProperti { get; set; }
 
     /// <summary>
-    ///     浣跨敤绲勭箶
+    ///     鍒涘缓缁勭粐
     /// </summary>
-    [SugarColumn(ColumnName = "FSubsidiary")]
-    public string? FSubsidiary { get; set; }
-    /// <summary>
-    ///     鍓靛缓绲勭箶
-    /// </summary>
-    [SugarColumn(ColumnName = "Fumbrella")]
-    public string? Fumbrella { get; set; }
+    [SugarColumn(ColumnName = "CREATE_ORG")]
+    public decimal? CreateOrg { get; set; }
 
-    [SugarColumn(ColumnName = "FSTOCKSTATUSTYPE")]
-    public string? FStockStatusType { get; set; }
-    [SugarColumn(ColumnName = "FSUPPLIERID")]
-    public string? FSUPPLIERID { get; set; }
-    [SugarColumn(ColumnName = "Fdeptid")]
-    public string? Fdeptid { get; set; }
+    /// <summary>
+    ///     浣跨敤缁勭粐
+    /// </summary>
+    [SugarColumn(ColumnName = "USE_ORG")]
+    public decimal? UseOrg { get; set; }
+
+    /// <summary>
+    ///     鑷畾涔夊瓧娈�3
+    /// </summary>
+    [SugarColumn(ColumnName = "REMARK3")]
+    public string? Remark3 { get; set; }
+
+    /// <summary>
+    ///     鑷畾涔夊瓧娈�4
+    /// </summary>
+    [SugarColumn(ColumnName = "REMARK4")]
+    public string? Remark4 { get; set; }
+
+    /// <summary>
+    ///     鑷畾涔夊瓧娈�5
+    /// </summary>
+    [SugarColumn(ColumnName = "REMARK5")]
+    public string? Remark5 { get; set; }
 
     [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3