コード例 #1
0
ファイル: ItemServiceImpl.java プロジェクト: Kaibin/MLDN
 @Override
 public List<Item> getAllItem() throws Exception {
   return itemdao.queryAll();
 }