From cd51e7e8180e1d4ebbaf9700ed78a27cd4b99891 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期五, 11 四月 2025 16:08:28 +0800
Subject: [PATCH] 基础资料

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

diff --git a/StandardInterface/MES.Service/Modes/MesSupplier.cs b/StandardInterface/MES.Service/Modes/MesSupplier.cs
index e8ab78b..69b2d4d 100644
--- a/StandardInterface/MES.Service/Modes/MesSupplier.cs
+++ b/StandardInterface/MES.Service/Modes/MesSupplier.cs
@@ -172,7 +172,7 @@
     public decimal? UseOrg { get; set; }
 
     /// <summary>
-    ///     鑷畾涔夊瓧娈�3
+    ///     鑷畾涔夊瓧娈�3  渚涘簲绫诲埆
     /// </summary>
     [SugarColumn(ColumnName = "REMARK3")]
     public string? Remark3 { get; set; }
@@ -190,4 +190,11 @@
     public string? Remark5 { get; set; }
 
     [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
+
+    /// <summary>
+    ///     渚涘簲鍟嗗垎缁�
+    /// </summary>
+    [SugarColumn(ColumnName = "GYS_FZ")]
+    public string? GYS_FZ { get; set; }
+ 
 }
\ No newline at end of file

--
Gitblit v1.9.3