模糊仓位

This commit is contained in:
tongfei
2023-11-02 15:31:00 +08:00
parent a26e6b89f9
commit b793758098
6 changed files with 78 additions and 11 deletions

View File

@@ -246,6 +246,12 @@
根据仓库获取仓位
</summary>
<param name="id">仓库id</param>
<returns></returns>
</member>
<member name="M:WMS.Web.Api.Controllers.SysConfigController.GetSubUcStockByName(System.String)">
<summary>
根据仓库获取仓位
</summary>
<param name="name">仓库模糊匹配 不必填</param>
<returns></returns>
</member>