mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-13 03:32:48 +00:00
19 lines
299 B
PHP
19 lines
299 B
PHP
<?php
|
|
/**
|
|
* Created by CRMEB.
|
|
* Copyright (c) 2017~2019 http://www.crmeb.com All rights reserved.
|
|
* Author: liaofei <136327134@qq.com>
|
|
* Date: 2019/4/3 9:13
|
|
*/
|
|
|
|
|
|
namespace app\core\model\user;
|
|
|
|
use traits\ModelTrait;
|
|
use basic\ModelBasic;
|
|
|
|
class User extends ModelBasic
|
|
{
|
|
use ModelTrait;
|
|
|
|
} |