仓库管理_入库模块:修正

This commit is contained in:
qianhao.xu
2024-03-22 09:53:34 +08:00
parent 5a51afb8a8
commit f7eb497570
4 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ using ZR.Admin.WebApi.Extensions;
using ZR.Admin.WebApi.Filters; using ZR.Admin.WebApi.Filters;
using ZR.Model.MES.wms; using ZR.Model.MES.wms;
using ZR.Model.MES.wms.Dto; using ZR.Model.MES.wms.Dto;
using ZR.Service.Business.IBusinessService; using ZR.Service.mes.wms.IService;
//创建时间2024-03-22 //创建时间2024-03-22
namespace ZR.Admin.WebApi.Controllers namespace ZR.Admin.WebApi.Controllers

View File

@@ -6,7 +6,7 @@ using System.Collections.Generic;
using ZR.Model.MES.wms; using ZR.Model.MES.wms;
using ZR.Model.MES.wms.Dto; using ZR.Model.MES.wms.Dto;
namespace ZR.Service.Business.IBusinessService namespace ZR.Service.mes.wms.IService
{ {
/// <summary> /// <summary>
/// 成品库当前货物表service接口 /// 成品库当前货物表service接口

View File

@@ -4,12 +4,13 @@ using Infrastructure.Attribute;
using Infrastructure.Extensions; using Infrastructure.Extensions;
using ZR.Model; using ZR.Model;
using ZR.Repository; using ZR.Repository;
using ZR.Service.Business.IBusinessService;
using System.Linq; using System.Linq;
using ZR.Model.MES.wms; using ZR.Model.MES.wms;
using ZR.Model.MES.wms.Dto; using ZR.Model.MES.wms.Dto;
using ZR.Service.mes.wms.IService;
namespace ZR.Service.Business namespace ZR.Service.mes.wms
{ {
/// <summary> /// <summary>
/// 成品库当前货物表Service业务层处理 /// 成品库当前货物表Service业务层处理

View File

@@ -11,7 +11,7 @@ using ZR.Service.mes.wms.IService;
using ZR.Model.MES.wms; using ZR.Model.MES.wms;
using ZR.Model.MES.wms.Dto; using ZR.Model.MES.wms.Dto;
namespace ZR.Service.Business namespace ZR.Service.mes.wms
{ {
/// <summary> /// <summary>
/// 出库货物记录表Service业务层处理 /// 出库货物记录表Service业务层处理