public InventoryTransaction AddGoodsReturnPallet(List <string> serials, string orderNumber, int prodId, int transactionTypeId, decimal quantity, int?OrderId, int tenantId, int currentWarehouseId, int UserId, int palletTrackingId = 0)
 {
     return(OrderService.AddGoodsReturnPallet(serials, orderNumber, prodId, transactionTypeId, quantity, OrderId, tenantId, currentWarehouseId, UserId, palletTrackingId));
 }