コード例 #1
0
ファイル: ProductModel.java プロジェクト: ulei0343/huazhen
 public static int update(Product product) {
   return ProductFacade.update(product);
 }