二楼细节完善 bug处理
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Tnb.WarehouseMgr.Interfaces
|
||||
/// // 二楼机械臂
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task Floor2MechanicalComplete(WmsDistaskH disTask, string action);
|
||||
Task Floor2MechanicalConfirm(WmsDistaskH disTask, string action);
|
||||
|
||||
/// <summary>
|
||||
/// 二楼kiva把料架送到下升降机后生成中储仓入库任务
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using JNPF.Common.Dtos.VisualDev;
|
||||
using SqlSugar;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Inputs;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Outputs;
|
||||
|
||||
@@ -11,6 +12,6 @@ namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
Task<dynamic> CarryBind(VisualDevModelDataCrInput input);
|
||||
|
||||
Task<Result> CarryBind(CarryBindInput input);
|
||||
Task<Result> CarryBind(CarryBindInput input, ISqlSugarClient dbConn = null);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using JNPF.Common.Dtos.VisualDev;
|
||||
using SqlSugar;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Inputs;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Outputs;
|
||||
|
||||
@@ -9,7 +10,7 @@ namespace Tnb.WarehouseMgr.Interfaces
|
||||
/// </summary>
|
||||
public interface IWmsCarryUnbindService
|
||||
{
|
||||
Task<Result> CarryUnbind(CarryBindInput input);
|
||||
Task<Result> CarryUnbind(CarryBindInput input, ISqlSugarClient dbConn = null);
|
||||
Task<Result> CarryCodeUnbind(CarryCodeUnbindInput input);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user