<?php /** * Created by PhpStorm. * User: zhonglei * Date: 17/9/6 * Time: 18:17 */ namespace Common\Model; class UserNoticeModel extends AbstractModel { // 构造方法 public function __construct() { parent::__construct(); } }