This commit is contained in:
2025-12-24 16:59:05 +08:00
parent b52a51c09b
commit b68946fe79
218 changed files with 10790 additions and 3878 deletions
+9 -3
View File
@@ -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
{