| 123456789101112131415161718 | <?php// +----------------------------------------------------------------------// | A3Mall// +----------------------------------------------------------------------// | Copyright (c) 2020 http://www.a3-mall.com All rights reserved.// +----------------------------------------------------------------------// | Author: xzncit <158373108@qq.com>// +----------------------------------------------------------------------namespace app\common\models\users;use app\common\models\Model;class UsersRechange extends Model {    protected $name = "users_rechange";}
 |