From b2bc0cccd77524b3ba1f05d5f7854324ce62ba2e Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期三, 12 二月 2025 18:12:14 +0800
Subject: [PATCH] 泰莱姆首检巡检添加
---
MES.Service/Modes/MesSupplier.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/MES.Service/Modes/MesSupplier.cs b/MES.Service/Modes/MesSupplier.cs
index 8736c2b..bbf3f6a 100644
--- a/MES.Service/Modes/MesSupplier.cs
+++ b/MES.Service/Modes/MesSupplier.cs
@@ -141,16 +141,16 @@
public string? Fforbidstatus { 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