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 | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MES.Service/Modes/MesSupplier.cs b/MES.Service/Modes/MesSupplier.cs index 7269980..bbf3f6a 100644 --- a/MES.Service/Modes/MesSupplier.cs +++ b/MES.Service/Modes/MesSupplier.cs @@ -11,13 +11,13 @@ /// <summary> /// ID /// </summary> - [SugarColumn(ColumnName = "ID")] + [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)] public decimal Id { get; set; } /// <summary> /// 渚涘簲鍟嗙紪鐮� /// </summary> - [SugarColumn(ColumnName = "SUPP_NO", IsPrimaryKey = true)] + [SugarColumn(ColumnName = "SUPP_NO")] public string? SuppNo { get; set; } /// <summary> @@ -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