public string StockOut(StockOutOrderVO vo) { if (null == vo) { return(string.Empty); } return(service.StockOut(vo)); }