<?php // +---------------------------------------------------------------------- // | 文件说明:用户表关联model // +---------------------------------------------------------------------- // | Copyright (c) 2017 http://www.bronet.cn All rights reserved. // +---------------------------------------------------------------------- // | Author: wuwu <15093565100@163.com> // +---------------------------------------------------------------------- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) // +---------------------------------------------------------------------- // | Date: 2017-7-26 // +---------------------------------------------------------------------- namespace api\user\model; use think\Model; class UserModel extends Model { // }