Merge branch 'master' of https://codeup.aliyun.com/62ce7bca487c500c27f70a79/OPS/WMS-Api
This commit is contained in:
15
src/WMS.Web.Domain/IService/IBoxService.cs
Normal file
15
src/WMS.Web.Domain/IService/IBoxService.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WMS.Web.Core.Internal.Results;
|
||||
|
||||
namespace WMS.Web.Domain.IService
|
||||
{
|
||||
public interface IBoxService
|
||||
{
|
||||
// 同步老Ops箱信息
|
||||
Task<Result> Sync();
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,6 @@ namespace WMS.Web.Domain.IService.Public
|
||||
{
|
||||
public interface IOpsService
|
||||
{
|
||||
Task GetBox(OpsBoxRequest request);
|
||||
Task<List<OpsBoxResponse>> GetBox(OpsBoxRequest request);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user