出库签收业务回更,分拣出库
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.Common.Dtos.VisualDev;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 载具移入服务接口
|
||||
/// </summary>
|
||||
public interface IWmsCarryMoveInStockService
|
||||
{
|
||||
Task<dynamic> CarryMoveIn(VisualDevModelDataCrInput input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user