<?php namespace app\common\model; use think\Model; class LoginConfig extends Model { protected $pk = 'id'; protected $table = 'cy_login_config'; }