<?php namespace app\common\model; class AuthRuleModel extends BaseModel { protected $table = 'erp_auth_rule'; protected function genSchema(array $schema) { // TODO: Implement genSchema() method. } }