From 0f83419ea162d10cb3bc9f4a471ab1e65df68dff Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 18:45:52 +0800
Subject: [PATCH] 优化
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_EquipmentAlarmInfor.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_EquipmentAlarmInfor.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_EquipmentAlarmInfor.cs"
index caff7e9..ddb45c0 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_EquipmentAlarmInfor.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_EquipmentAlarmInfor.cs"
@@ -6,9 +6,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_EquipmentAlarmInfor), "绔嬪簱璁惧绠$悊")]
public class Dt_EquipmentAlarmInfor: BaseEntity
{
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
--
Gitblit v1.9.3