AuthRoleItem
Schema:AuthRoleItem
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths: {}
components:
schemas:
AuthRoleItem:
type: object
properties:
id:
type: integer
format: int64
description: 角色 ID
roleName:
type: string
description: 角色名称
x-apifox-orders:
- id
- roleName
x-apifox-folder: ''
securitySchemes: {}
servers: []
security: []