From 799a463b41e84aa265f109035c08892614ea9fd8 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期四, 24 七月 2025 21:12:32 +0800 Subject: [PATCH] 首检排序 --- MES.Service/Modes/MesCustomer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MES.Service/Modes/MesCustomer.cs b/MES.Service/Modes/MesCustomer.cs index 82ccc5e..748e9b9 100644 --- a/MES.Service/Modes/MesCustomer.cs +++ b/MES.Service/Modes/MesCustomer.cs @@ -34,7 +34,7 @@ public string? CustSname { get; set; } // <summary> - /// 鐢佃瘽 + /// 鐢佃瘽 /// </summary> [SugarColumn(ColumnName = "TELF1")] public string? Telf1 { get; set; } -- Gitblit v1.9.3