1
wankeda
2026-03-02 600f659aa5cbfc0cca52d883f4299cbb8dd66dcd
WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/MaterielInfoController.cs
@@ -29,6 +29,8 @@
        /// <returns></returns>
        [HttpPost, HttpGet, Route("CodeAnalysis")]
        public WebResponseContent CodeAnalysis(string serNum)
        {
            try
            {
@@ -41,6 +43,7 @@
                return WebResponseContent.Instance.Error(ex.Message);
            }
        }
        /// <summary>
        /// 获取库区物料信息
        /// </summary>