增加接口

This commit is contained in:
18942506660
2023-12-18 11:44:49 +08:00
parent 347d12736e
commit a32f9e50f8
2 changed files with 12 additions and 0 deletions

View File

@@ -517,6 +517,13 @@
<param name="boxBillNo">必填</param>
<returns></returns>
</member>
<member name="M:WMS.Web.Api.Controllers.SysConfigController.GetBox_OutStock(System.String)">
<summary>
根据箱号获取箱对应出库单信息 最新一条
</summary>
<param name="boxBillNo">必填</param>
<returns></returns>
</member>
<member name="M:WMS.Web.Api.Controllers.SysConfigController.GetMaterial(System.String)">
<summary>
根据序列号或规格型号,物料编码搜索物料信息-PDA