入库单-仓储
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
/// <summary>
|
||||
/// wms入库单-仓储接口
|
||||
/// </summary>
|
||||
public interface IInstockOrderRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -10,10 +10,6 @@
|
||||
<DocumentationFile>../WMS.Web.Api/wwwroot/WMS.Web.Domain.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Infrastructure\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AspNetCoreRateLimit" Version="4.0.2" />
|
||||
<PackageReference Include="AspNetCoreRateLimit.Redis" Version="1.0.1" />
|
||||
|
||||
Reference in New Issue
Block a user