Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IWmsRouteMgrService.cs
2023-06-02 08:39:27 +08:00

16 lines
288 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Interfaces
{
/// <summary>
/// Wms路径管理业务接口
/// </summary>
public interface IWmsRouteMgrService
{
}
}