Files
WMS-Api/src/WMS.Web.Domain/IService/Public/IOpsService.cs
18942506660 ec755cb92e 对接老ops
2023-11-07 17:07:32 +08:00

14 lines
258 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using WMS.Web.Core.Dto;
namespace WMS.Web.Domain.IService.Public
{
public interface IOpsService
{
Task GetBox(OpsBoxRequest request);
}
}