4
This commit is contained in:
@@ -5,11 +5,17 @@ namespace app\model;
|
||||
|
||||
/**
|
||||
* @property integer $id 主键(主键)
|
||||
* @property integer $pid 上级id
|
||||
* @property string $name 角色名
|
||||
* @property string $rules 权限
|
||||
* @property string $created_at 创建时间
|
||||
* @property string $updated_at 更新时间
|
||||
* @property integer $pid 上级id
|
||||
* @property integer $max_send_msg_count 最大消息数量
|
||||
* @property integer $max_friend_count 最大好友数量
|
||||
* @property integer $max_group_join_count 最大加入的群组数量
|
||||
* @property integer $max_gourp_create_count 最大创建的群组数量
|
||||
* @property integer $created_at 创建时间
|
||||
* @property integer $updated_at 更新时间
|
||||
* @property integer $status 状态
|
||||
|
||||
*/
|
||||
class UserRole extends Base
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user