From 9b7acc479dc747c8c78eae84d3f83e1347aa478d Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 04 十一月 2025 12:53:04 +0800
Subject: [PATCH] 优化

---
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs"
index 51db365..3a39474 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Customer.cs"
@@ -15,10 +15,10 @@
         public int Id { get; set; }
 
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀹㈡埛缂栫爜")]
-        public string User_No { get; set; }
+        public string Client_no { get; set; }
 
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀹㈡埛鍚嶇О")]
-        public string User_name { get; set; } 
+        public string Client_name { get; set; } 
 
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐢佃瘽")]
         public string Telephone { get; set; }

--
Gitblit v1.9.3