init admin

This commit is contained in:
2025-11-07 09:56:20 +08:00
commit d9d7ddc05d
2718 changed files with 665424 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
namespace app\model;
use app\model\Base;
/**
* @property integer $user_id 用户ID
* @property integer $direct_total 直推数量
* @property integer $team_total 团队成员数量
* @property float $consume 消费统计
* @property float $sales 销售额
*/
class UserExtend extends Base
{
}