From 45a7bf7f1f1c5da428883e7a142b33a9bc82eeea Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期一, 13 十月 2025 13:10:26 +0800
Subject: [PATCH] 11111
---
MES.Service/Modes/MesCustomer.cs | 20 ++++++++------------
1 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/MES.Service/Modes/MesCustomer.cs b/MES.Service/Modes/MesCustomer.cs
index 8752b6b..b0e17ea 100644
--- a/MES.Service/Modes/MesCustomer.cs
+++ b/MES.Service/Modes/MesCustomer.cs
@@ -141,22 +141,18 @@
public string? Fseller { get; set; }
/// <summary>
- /// 鍌欒ɑ
+ /// 鍒涘缓缁勭粐
/// </summary>
- [SugarColumn(ColumnName = "fremarks")]
- public string? fremarks { get; set; }
+ [SugarColumn(ColumnName = "CREATE_ORG")]
+ public decimal? CreateOrg { get; set; }
/// <summary>
- /// 浣跨敤绲勭箶
+ /// 浣跨敤缁勭粐
/// </summary>
- [SugarColumn(ColumnName = "FSubsidiary")]
- public string? FSubsidiary { get; set; }
+ [SugarColumn(ColumnName = "USE_ORG")]
+ public decimal? UseOrg { get; set; }
+
/// <summary>
- /// 鍓靛缓绲勭箶
- /// </summary>
- [SugarColumn(ColumnName = "Fumbrella")]
- public string? Fumbrella { get; set; }
- /* /// <summary>
/// 鑷畾涔夊瓧娈�3
/// </summary>
[SugarColumn(ColumnName = "REMARK3")]
@@ -173,6 +169,6 @@
/// </summary>
[SugarColumn(ColumnName = "REMARK5")]
public string? Remark5 { get; set; }
-*/
+
[SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3