Example #1
0
 // 认购成功
 public static int updateRemain(Product product) {
   return ProductFacade.updateRemain(product);
 }