Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IWmsDeliveryService.cs
2023-06-06 08:33:07 +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 IWmsDeliveryService
{
}
}