老ops箱仓储
This commit is contained in:
16
src/WMS.Web.Domain/Infrastructure/IBoxRepositories.cs
Normal file
16
src/WMS.Web.Domain/Infrastructure/IBoxRepositories.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WMS.Web.Domain.Entitys;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
/// <summary>
|
||||
/// 老ops箱信息
|
||||
/// </summary>
|
||||
public interface IBoxRepositories
|
||||
{
|
||||
Task<Box> Get(string BoxBillNo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user