摘要: /** * 创建用户登录日志表 * @param type $table * @return boolean */ public function createUserLogin($table){ if(!$table){ return false; } $model ... 阅读全文
posted @ 2019-04-19 14:17 张志健 阅读(2496) 评论(0) 推荐(0)