增加MES-WMS接口
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Inputs;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
@@ -11,5 +12,11 @@ namespace Tnb.WarehouseMgr.Interfaces
|
||||
/// </summary>
|
||||
public interface IWmsCollocationSchemeSevice
|
||||
{
|
||||
/// <summary>
|
||||
/// MES齐套搭配方案接口
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
Task<dynamic> MESCollocationSchemeQuery(MESCollocationSchemeQueryInput input);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user