Wms路径算法代码提交,根据dijkstra
This commit is contained in:
@@ -18,10 +18,7 @@ namespace Tnb.WarehouseMgr
|
||||
/// <summary>
|
||||
/// 投料记录
|
||||
/// </summary>
|
||||
[ApiDescriptionSettings(Tag = ModuleConsts.Tag, Area = ModuleConsts.Area, Order = 700)]
|
||||
[Route("api/[area]/[controller]/[action]")]
|
||||
|
||||
public class WmsFeedingService : IWmsFeedingService, IDynamicApiController, ITransient
|
||||
public class WmsFeedingService : BaseService, IWmsFeedingService
|
||||
{
|
||||
private readonly ISqlSugarClient _db;
|
||||
private static Dictionary<string, object> dicMaterial = new Dictionary<string, object>();
|
||||
|
||||
Reference in New Issue
Block a user