增加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 IWmskittingOutService
|
||||
{
|
||||
/// <summary>
|
||||
/// MES齐套出库接口
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
Task<dynamic> MESKittingOutStk(List<MESKittingOutStkInput> input);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user