dengjunjie
2025-01-17 df97e66f99cf081abf212a8d97fc32afe9c6e7a7
代码管理/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);
            }