From aedc81d40157133df8b5c44d3fbabc803a0e6e75 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期六, 13 九月 2025 11:42:42 +0800
Subject: [PATCH] 切换测试库地址

---
 WebApi/Gs.Entity/Warehouse/MesInvItemBarcodes.cs |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/WebApi/Gs.Entity/Warehouse/MesInvItemBarcodes.cs b/WebApi/Gs.Entity/Warehouse/MesInvItemBarcodes.cs
index 2f24f23..7c6b6bd 100644
--- a/WebApi/Gs.Entity/Warehouse/MesInvItemBarcodes.cs
+++ b/WebApi/Gs.Entity/Warehouse/MesInvItemBarcodes.cs
@@ -501,6 +501,7 @@
     public string? SuppID { get; set; }
 
 
+
     /// <summary>
     ///     缁勭粐id
     /// </summary>
@@ -515,41 +516,41 @@
 
 
     /// <summary>
-    ///     鍏ュ簱浣�
+    /// 鍏ュ簱浣�
     /// </summary>
     [SugarColumn(IsIgnore = true)]
     public string? DepotSectionsCode { get; set; }
 
 
     /// <summary>
-    ///     鍏ュ簱浠撳簱
+    /// 鍏ュ簱浠撳簱
     /// </summary>
-    [SugarColumn(IsIgnore = true)]
+    [SugarColumn(IsIgnore = true)] 
     public string? DepotsCode { get; set; }
 
 
     /// <summary>
-    ///     鍏ュ簱浠撳簱
+    /// 鍏ュ簱浠撳簱
     /// </summary>
-    [SugarColumn(IsIgnore = true)]
+    [SugarColumn(IsIgnore = true)] 
     public string? DepotName { get; set; }
 
     /// <summary>
-    ///     鍏ュ簱浜�
+    /// 鍏ュ簱浜�
     /// </summary>
 
     [SugarColumn(IsIgnore = true)]
     public string? RkUser { get; set; }
 
     /// <summary>
-    ///     鍏ュ簱鏃堕棿
+    /// 鍏ュ簱鏃堕棿
     /// </summary>
     [SugarColumn(IsIgnore = true)]
     public DateTime? RkDate { get; set; }
 
 
     /// <summary>
-    ///     鏄惁鍏ュ簱
+    /// 鏄惁鍏ュ簱
     /// </summary>
     [SugarColumn(IsIgnore = true)]
     public bool InChk { get; set; }

--
Gitblit v1.9.3