Wms路径算法代码提交,根据dijkstra
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 齐套搭配方案服务接口
|
||||
/// </summary>
|
||||
public interface IWmsCollocationSchemeSevice
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 入库申请服务接口
|
||||
/// </summary>
|
||||
public interface IWmsInStockService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user