From bcb2bae4c85c5a7d576116ff9ae2a0c6d0011565 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 10 七月 2025 10:07:05 +0800 Subject: [PATCH] Add project documentation and architecture guide --- 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