<?php
/**
 * Created by PhpStorm.
 * User: liyifei2012it
 * Date: 16/9/26
 * Time: 20:42
 */
namespace Common\Model;

class NoticeModel extends AbstractModel
{

    // 构造方法
    public function __construct()
    {

        parent::__construct();
    }
}