入库单-仓储

This commit is contained in:
tongfei
2023-10-25 16:57:32 +08:00
parent 92f612223f
commit 886769f259
5 changed files with 49 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace WMS.Web.Domain.Infrastructure
{
/// <summary>
/// wms入库单-仓储接口
/// </summary>
public interface IInstockOrderRepositories
{
}
}

View File

@@ -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" />