修复bug

This commit is contained in:
18942506660
2023-12-11 14:43:43 +08:00
parent 44927618e2
commit 62514703b9
3 changed files with 6 additions and 6 deletions

View File

@@ -519,9 +519,9 @@
</member>
<member name="M:WMS.Web.Api.Controllers.SysConfigController.GetMaterial(System.String)">
<summary>
根据序列号或规格型号搜索物料信息-PDA
根据序列号或规格型号,物料编码搜索物料信息-PDA
</summary>
<param name="serialNumber">序列号或规格型号</param>
<param name="serialNumber">序列号或规格型号或无聊编码</param>
<returns></returns>
</member>
<member name="T:WMS.Web.Api.Controllers.TakeStockController">