From 35bbd277a1963dfbbecf10b8682d6ac210b3a2ec Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期二, 21 一月 2025 17:03:22 +0800 Subject: [PATCH] 供应商 --- StandardPda/MES.Service/Modes/MesCustomer.cs | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/StandardPda/MES.Service/Modes/MesCustomer.cs b/StandardPda/MES.Service/Modes/MesCustomer.cs index 67380ae..7503cc6 100644 --- a/StandardPda/MES.Service/Modes/MesCustomer.cs +++ b/StandardPda/MES.Service/Modes/MesCustomer.cs @@ -172,11 +172,11 @@ [SugarColumn(ColumnName = "USE_ORG")] public decimal? UseOrg { get; set; } - /// <summary> - /// 鑷畾涔夊瓧娈�3 - /// </summary> - [SugarColumn(ColumnName = "REMARK3")] - public string? Remark3 { get; set; } + ///// <summary> + ///// 鑷畾涔夊瓧娈�3 + ///// </summary> + //[SugarColumn(ColumnName = "REMARK3")] + //public string? Remark3 { get; set; } /// <summary> /// 鑷畾涔夊瓧娈�4 @@ -190,5 +190,11 @@ [SugarColumn(ColumnName = "REMARK5")] public string? Remark5 { get; set; } + /// <summary> + /// 瀹㈡埛鐘舵�� + /// </summary> + [SugarColumn(ColumnName = "CUSTOMER_STATE")] + public string? CUSTOMER_STATE { get; set; } + [SugarColumn(IsIgnore = true)] public string? Type { get; set; } } \ No newline at end of file -- Gitblit v1.9.3