From 5c15d0ec97a4c2a99faf861ec88464c74ecb7590 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期四, 21 八月 2025 17:55:18 +0800
Subject: [PATCH] llj分类维护
---
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