This commit is contained in:
2025-11-21 01:42:54 +08:00
parent ff026c6f32
commit f89196c73c
1953 changed files with 9 additions and 15246 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
{
}