mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-26 11:26:35 +08:00
10 lines
96 B
PHP
10 lines
96 B
PHP
<?php
|
|
|
|
namespace app\admin\model;
|
|
|
|
use think\Model;
|
|
|
|
class User extends Model {
|
|
|
|
}
|