wangxinhui
2025-01-11 e9f11eec6cbb720dcb456edaf5af6db715b131e9
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/PalletCodeInfoService.cs
@@ -89,6 +89,7 @@
        //    }
        //}
        public WebResponseContent AddData(int warehouseId, int count, int palletTypeId)
        {
            try
@@ -134,7 +135,7 @@
                }
                return WebResponseContent.Instance.OK();
            }
            catch(Exception ex)
            catch (Exception ex)
            {
                return WebResponseContent.Instance.Error(ex.Message);
            }