init admin
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user