From c42731f080a4873e298bfe8489b47993432d8404 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 24 十月 2025 12:08:48 +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