<?php
/**
 * Created by PhpStorm.
 * User: liyifei2012it
 * Date: 16/9/25
 * Time: 23:48
 */

namespace Common\Model;

class DeptRightModel extends AbstractModel
{
    // 构造方法
    public function __construct()
    {

        parent::__construct();
    }
}