Remove redundant field power_id
This commit is contained in:
@@ -9,9 +9,6 @@ data class ElementVo(
|
||||
@Schema(description = "元素名", example = "AddButton")
|
||||
val name: String?,
|
||||
|
||||
@Schema(description = "权限 ID")
|
||||
val powerId: Long?,
|
||||
|
||||
@Schema(description = "父 ID")
|
||||
val parentId: Long?,
|
||||
|
||||
|
||||
@@ -12,9 +12,6 @@ data class MenuVo(
|
||||
@Schema(description = "URL", example = "/system")
|
||||
val url: String?,
|
||||
|
||||
@Schema(description = "权限 ID")
|
||||
val powerId: Long?,
|
||||
|
||||
@Schema(description = "父 ID")
|
||||
val parentId: Long?,
|
||||
|
||||
|
||||
@@ -7,8 +7,5 @@ data class ModuleVo(
|
||||
val id: Long?,
|
||||
|
||||
@Schema(description = "模块名", example = "系统")
|
||||
val name: String?,
|
||||
|
||||
@Schema(description = "权限 ID")
|
||||
val powerId: Long?
|
||||
val name: String?
|
||||
)
|
||||
|
||||
@@ -12,9 +12,6 @@ data class OperationVo(
|
||||
@Schema(description = "功能编码", example = "system:user:add")
|
||||
val code: String?,
|
||||
|
||||
@Schema(description = "权限 ID")
|
||||
val powerId: Long?,
|
||||
|
||||
@Schema(description = "页面元素 ID")
|
||||
val elementId: Long?
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user