From 4babfcfde8b26c755850e0066f1c07fac38e96a2 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 01:22:41 +0800
Subject: [PATCH] 重新优化上报erp出入库完成接口
---
新建文件夹/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