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