From 452b9b63ada7ef220952412613552d36ed477adc Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期一, 19 五月 2025 17:30:29 +0800
Subject: [PATCH] 测试,修复部分数据表问题

---
 Models/DebugModel.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Models/DebugModel.cs b/Models/DebugModel.cs
index 287dee9..10771a8 100644
--- a/Models/DebugModel.cs
+++ b/Models/DebugModel.cs
@@ -10,7 +10,6 @@
             public string LocCode { get; set; }
             public string LocArea { get; set; }
             public string CntrCode { get; set; }
-            public string CntrType { get; set; }
             public string ItemCode { get; set; }
             public string BatchNo { get; set; }
         }

--
Gitblit v1.9.1