コード例 #1
0
ファイル: ItemService.php プロジェクト: hachi-zzq/dajiayao
 function getItemsByCode($code)
 {
     return Item::getByCode($code);
 }