代码管理/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); }