<?php /** * 同事圈场景表 * User: 何岳龙 * Date: 2017年08月03日10:09:58 */ namespace Common\Service; use Common\Model\RightModel; class RightService extends AbstractService { // 构造方法 public function __construct() { $this->_d = new RightModel(); parent::__construct(); } }