AuthRuleModel.php 227 B

123456789101112131415
  1. <?php
  2. namespace app\common\model;
  3. class AuthRuleModel extends BaseModel
  4. {
  5. protected $table = 'erp_auth_rule';
  6. protected function genSchema(array $schema)
  7. {
  8. // TODO: Implement genSchema() method.
  9. }
  10. }