From f2b71fe1d3c2b7651d525a5b5bbe66fad602ea06 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 09 九月 2025 18:46:28 +0800
Subject: [PATCH] 代码清理

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

diff --git a/WebApi/Gs.Entity/Warehouse/MesInvItemBarcodes.cs b/WebApi/Gs.Entity/Warehouse/MesInvItemBarcodes.cs
index 7c6b6bd..2f24f23 100644
--- a/WebApi/Gs.Entity/Warehouse/MesInvItemBarcodes.cs
+++ b/WebApi/Gs.Entity/Warehouse/MesInvItemBarcodes.cs
@@ -501,7 +501,6 @@
     public string? SuppID { get; set; }
 
 
-
     /// <summary>
     ///     缁勭粐id
     /// </summary>
@@ -516,41 +515,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