From f7eb497570b62185339dce265af29fe93e4dccd3 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Fri, 22 Mar 2024 09:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=AE=A1=E7=90=86=5F?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=A8=A1=E5=9D=97=EF=BC=9A=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/mes/wms/WmGoodsNowProductionController.cs | 2 +- ZR.Service/mes/wms/IService/IWmGoodsNowProductionService.cs | 2 +- ZR.Service/mes/wms/WmGoodsNowProductionService.cs | 5 +++-- ZR.Service/mes/wms/WmGoodsOutProductionService.cs | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsNowProductionController.cs b/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsNowProductionController.cs index 93baa9f6..b053f3cc 100644 --- a/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsNowProductionController.cs +++ b/ZR.Admin.WebApi/Controllers/mes/wms/WmGoodsNowProductionController.cs @@ -4,7 +4,7 @@ using ZR.Admin.WebApi.Extensions; using ZR.Admin.WebApi.Filters; using ZR.Model.MES.wms; using ZR.Model.MES.wms.Dto; -using ZR.Service.Business.IBusinessService; +using ZR.Service.mes.wms.IService; //创建时间:2024-03-22 namespace ZR.Admin.WebApi.Controllers diff --git a/ZR.Service/mes/wms/IService/IWmGoodsNowProductionService.cs b/ZR.Service/mes/wms/IService/IWmGoodsNowProductionService.cs index e9b25ab9..a9027a61 100644 --- a/ZR.Service/mes/wms/IService/IWmGoodsNowProductionService.cs +++ b/ZR.Service/mes/wms/IService/IWmGoodsNowProductionService.cs @@ -6,7 +6,7 @@ using System.Collections.Generic; using ZR.Model.MES.wms; using ZR.Model.MES.wms.Dto; -namespace ZR.Service.Business.IBusinessService +namespace ZR.Service.mes.wms.IService { /// /// 成品库当前货物表service接口 diff --git a/ZR.Service/mes/wms/WmGoodsNowProductionService.cs b/ZR.Service/mes/wms/WmGoodsNowProductionService.cs index e6014436..67116052 100644 --- a/ZR.Service/mes/wms/WmGoodsNowProductionService.cs +++ b/ZR.Service/mes/wms/WmGoodsNowProductionService.cs @@ -4,12 +4,13 @@ using Infrastructure.Attribute; using Infrastructure.Extensions; using ZR.Model; using ZR.Repository; -using ZR.Service.Business.IBusinessService; + using System.Linq; using ZR.Model.MES.wms; using ZR.Model.MES.wms.Dto; +using ZR.Service.mes.wms.IService; -namespace ZR.Service.Business +namespace ZR.Service.mes.wms { /// /// 成品库当前货物表Service业务层处理 diff --git a/ZR.Service/mes/wms/WmGoodsOutProductionService.cs b/ZR.Service/mes/wms/WmGoodsOutProductionService.cs index fc7a40e6..b0a7242b 100644 --- a/ZR.Service/mes/wms/WmGoodsOutProductionService.cs +++ b/ZR.Service/mes/wms/WmGoodsOutProductionService.cs @@ -11,7 +11,7 @@ using ZR.Service.mes.wms.IService; using ZR.Model.MES.wms; using ZR.Model.MES.wms.Dto; -namespace ZR.Service.Business +namespace ZR.Service.mes.wms { /// /// 出库货物记录表Service业务层处理