Example #1
0
 public string Stockin(StockInOrderVO orderVO)
 {
     if (null == orderVO || orderVO._StockinList.Count == 0)
     {
         return(string.Empty);
     }
     return(service.Stockin(orderVO));
 }