From 1139c357cdbe9ac3404f5a4d54aa673e2b711c89 Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期五, 09 五月 2025 17:47:14 +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