Exemple #1
0
 public JArray 销售出库商品(string customerId, string orderId)
 {
     return(_pinhua2.Get销售出库商品(customerId, orderId));
 }
 public JArray 出库_orderId(string orderId)
 {
     return(_pinhua2.Get销售出库商品("", orderId));
 }