From 646ac6f3e1e77d0481e46ea15a6eb6db4ecba065 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期一, 23 六月 2025 13:17:23 +0800
Subject: [PATCH] 11
---
MES.Service/Modes/MesCustomer.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/MES.Service/Modes/MesCustomer.cs b/MES.Service/Modes/MesCustomer.cs
index 40948f7..b0e17ea 100644
--- a/MES.Service/Modes/MesCustomer.cs
+++ b/MES.Service/Modes/MesCustomer.cs
@@ -141,16 +141,16 @@
public string? Fseller { get; set; }
/// <summary>
- /// 鑷畾涔夊瓧娈�1
+ /// 鍒涘缓缁勭粐
/// </summary>
- [SugarColumn(ColumnName = "REMARK1")]
- public string? Remark1 { get; set; }
+ [SugarColumn(ColumnName = "CREATE_ORG")]
+ public decimal? CreateOrg { get; set; }
/// <summary>
- /// 鑷畾涔夊瓧娈�2
+ /// 浣跨敤缁勭粐
/// </summary>
- [SugarColumn(ColumnName = "REMARK2")]
- public string? Remark2 { get; set; }
+ [SugarColumn(ColumnName = "USE_ORG")]
+ public decimal? UseOrg { get; set; }
/// <summary>
/// 鑷畾涔夊瓧娈�3
--
Gitblit v1.9.3