入库单-仓储

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
{
}
}