From bad7d319665205633b0f354c8f7a0c3df19aa06b Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 27 十月 2025 16:28:55 +0800
Subject: [PATCH] 添加通知信息处理方法
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs"
index 8e0df21..5dfde0d 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_Container.cs"
@@ -8,9 +8,9 @@
using System.Threading.Tasks;
using WIDESEA_Core.DB.Models;
-namespace WIDESEA_Model.Models.WMSInfo
+namespace WIDESEA_Model.Models
{
- [SugarTable(nameof(Dt_Container), "瀹瑰櫒绠$悊")]
+ [SugarTable(nameof(Dt_Container), "鍐峰簱绠$悊")]
public class Dt_Container:BaseEntity
{
[ImporterHeader(Name = "涓婚敭")]
--
Gitblit v1.9.3