PamRoleAccount
class PamRoleAccount extends Model mixin Eloquent
用户角色映射
Properties
protected | $table | ||
protected | $primaryKey | ||
$timestamps | |||
protected | $fillable | ||
int | $account_id | 账户id | |
int | $role_id | 角色id |
Methods
static mixed
getRoleIdByAccountId(int $account_id)
通过账户id 获取角色id, 加入角色ID 缓存
Details
at line 35
static mixed
getRoleIdByAccountId(int $account_id)
通过账户id 获取角色id, 加入角色ID 缓存