调整,wms通用逻辑代码
This commit is contained in:
12
WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IPdaStroage.cs
Normal file
12
WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IPdaStroage.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
public interface IPdaStroage
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Tnb.WarehouseMgr.Entities.Dto;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
public interface IWHStorageService
|
||||
{
|
||||
Task Do(WareHouseUpInput input);
|
||||
}
|
||||
}
|
||||
12
WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IWmsPdaWHService.cs
Normal file
12
WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IWmsPdaWHService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
public interface IWmsPdaWHService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user