生产退料开发等
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using JNPF.Common.Dtos.VisualDev;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Inputs;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Outputs;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 载具绑定服务接口
|
||||
/// </summary>
|
||||
public interface IWmsCarryUnbindService
|
||||
{
|
||||
Task<Result> CarryUnbind(CarryBindInput input);
|
||||
Task<dynamic> CarryCodeUnbind(CarryCodeUnbindInput input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user