CommonRecommenderModel.class.php
298 Bytes
<?php
/**
* Created by PhpStorm.
* User: yingcai
* Date: 2017/10/10
* Time: 下午4:00
*/
namespace Common\Model;
class CommonRecommenderModel extends \Com\Model
{
// 构造方法
public function __construct()
{
parent::__construct('Recommender', 'oa_common_');
}
}