From 6b43055b5aa32dbea0dacee5a0235b0d5a76c293 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期五, 30 五月 2025 17:19:35 +0800
Subject: [PATCH] 优化后台报错信息,空箱入库容器号增加检查逻辑

---
 models/TN_Relocation_List.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/models/TN_Relocation_List.cs b/models/TN_Relocation_List.cs
index ff76c85..abd4c43 100644
--- a/models/TN_Relocation_List.cs
+++ b/models/TN_Relocation_List.cs
@@ -4,7 +4,13 @@
 using System.Text;
 using System.Threading.Tasks;
 
+using SqlSugar;
+
 namespace HH.WCS.Mobox3.DSZSH.models {
+    /// <summary>
+    /// 绉诲簱鍗�+    /// </summary>
+    [SugarTable("TN_Relocation_List")]
     public class TN_Relocation_List : BaseModel {
         public string S_NO { get; set; }
         //public string S_ITEM_CODE { get; set; }

--
Gitblit v1.9.1