Sign in

colleague / study-project · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
34e6378e240e527c1b91b1cd9b959222d92b6646
  • study-project
  • trunk
  • DataCenter
  • Common
  • Model
  • CommonRecommenderModel.class.php
  • init
    d12db008
    马雄飞 authored
    7 years ago  
    Browse Code »
CommonRecommenderModel.class.php 298 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?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_');
    }

}