From f1deb7b024e17cba204de5fcb0dac15801436b90 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期一, 28 七月 2025 20:56:41 +0800
Subject: [PATCH] 多组织修改

---
 MES.Service/Modes/MesSupplier.cs |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/MES.Service/Modes/MesSupplier.cs b/MES.Service/Modes/MesSupplier.cs
index 7269980..bbf3f6a 100644
--- a/MES.Service/Modes/MesSupplier.cs
+++ b/MES.Service/Modes/MesSupplier.cs
@@ -11,13 +11,13 @@
     /// <summary>
     ///     ID
     /// </summary>
-    [SugarColumn(ColumnName = "ID")]
+    [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
     public decimal Id { get; set; }
 
     /// <summary>
     ///     渚涘簲鍟嗙紪鐮�
     /// </summary>
-    [SugarColumn(ColumnName = "SUPP_NO", IsPrimaryKey = true)]
+    [SugarColumn(ColumnName = "SUPP_NO")]
     public string? SuppNo { get; set; }
 
     /// <summary>
@@ -141,16 +141,16 @@
     public string? Fforbidstatus { get; set; }
 
     /// <summary>
-    ///     鑷畾涔夊瓧娈�1
+    ///     浣跨敤缁勭粐
     /// </summary>
-    [SugarColumn(ColumnName = "REMARK1")]
-    public string? Remark1 { get; set; }
+    [SugarColumn(ColumnName = "CREATE_ORG")]
+    public decimal? CreateOrg { get; set; }
 
     /// <summary>
-    ///     鑷畾涔夊瓧娈�2
+    ///     鍒涘缓缁勭粐
     /// </summary>
-    [SugarColumn(ColumnName = "REMARK2")]
-    public string? Remark2 { get; set; }
+    [SugarColumn(ColumnName = "USE_ORG")]
+    public decimal? UseOrg { get; set; }
 
     /// <summary>
     ///     鑷畾涔夊瓧娈�3

--
Gitblit v1.9.3