老ops箱信息对接
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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user