新增对象深拷贝通用函数,新增wms载具更换函数
This commit is contained in:
17
WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IWmsCarryService.cs
Normal file
17
WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IWmsCarryService.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Tnb.WarehouseMgr.Entities;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 载具服务接口
|
||||
/// </summary>
|
||||
public interface IWmsCarryService
|
||||
{
|
||||
/// <summary>
|
||||
/// 更新空载具
|
||||
/// </summary>
|
||||
/// <param name="entity"></param>
|
||||
/// <returns></returns>
|
||||
Task<int> UpdateNullCarry(WmsCarryH carryObj);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user