コード例 #1
0
ファイル: PropSpread.php プロジェクト: emilymwang8/ajk-broker
 public function getPropInfoBll($propId, $cityId)
 {
     apf_require_class("DAO_Property_common");
     return DAO_Property_common::getPropertyInfoDao($propId, $cityId, true);
 }