Finish role add and get

This commit is contained in:
2023-11-09 23:28:43 +08:00
parent 5af0c8283e
commit d176cc684b
9 changed files with 83 additions and 25 deletions

View File

@@ -16,5 +16,8 @@ data class MenuVo(
val powerId: Long?,
@Schema(description = "父 ID")
val parentId: Long?
val parentId: Long?,
@Schema(description = "模块 ID")
val moduleId: Long?
)