From 3bb8be2b84ab6456d28881b3cf99a4b40560ed6b Mon Sep 17 00:00:00 2001 From: xxyy <cathay_xy@163.com> Date: 星期二, 04 三月 2025 10:17:16 +0800 Subject: [PATCH] 更改命名空间并优化方法参数格式 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/MOM/MOMErrorMessage.cs | 2 +- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/Error/MoMErrorMsg.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/MOMErrorMessage.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/MOM/MOMErrorMessage.cs similarity index 97% rename from Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/MOMErrorMessage.cs rename to Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/MOM/MOMErrorMessage.cs index 45f205a..cebbb4b 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/MOMErrorMessage.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/MOM/MOMErrorMessage.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; -namespace WIDESEA_DTO.MOM +namespace WIDESEA_Model.Models { public class MOMErrorMessage { diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/Error/MoMErrorMsg.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/Error/MoMErrorMsg.cs index 4a55dd1..077bc09 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/Error/MoMErrorMsg.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/Error/MoMErrorMsg.cs @@ -2,7 +2,7 @@ using SqlSugar; using WIDESEA_Core; using WIDESEA_Core.Helper; -using WIDESEA_DTO.MOM; +using WIDESEA_Model.Models; namespace WIDESEA_StoragIntegrationServices { @@ -10,7 +10,7 @@ { public static SqlSugarScope Db = SqlSugarHelper.DbWMS; - public static WebResponseContent AddMoMErrorMsg(int TaskNum, string PalletCode, string ErrorMsg,string ApiName) + public static WebResponseContent AddMoMErrorMsg(int TaskNum, string PalletCode, string ErrorMsg, string ApiName) { WebResponseContent content = new WebResponseContent(); try -- Gitblit v1.9.3