<?php /** * Created by PhpStorm. * User: liyifei2012it * Date: 17/7/27 * Time: 16:55 */ namespace Common\Model; class UserContentModel extends AbstractModel { // 构造方法 public function __construct() { parent::__construct(); } }