From 5141cb46c3e277e58ea71d3d99b116ca816974e1 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期一, 20 一月 2025 01:20:32 +0800 Subject: [PATCH] 1.改造客户信息接口,将组织id变为单据体 2.修改处理数据方法,有一个组织id就有几条数据,并插入。 --- 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