Reconstruct the permission system

This commit is contained in:
2023-10-30 16:28:32 +08:00
parent 97af1331e2
commit 69680dd4ad
48 changed files with 191 additions and 112 deletions

View File

@@ -7,7 +7,7 @@ import java.io.Serializable
/**
* <p>
* 权限
* 权限
* </p>
*
* @author FatttSnake
@@ -23,7 +23,7 @@ class Power : Serializable {
* 权限类型
*/
@TableField("type_id")
var typeId: Long? = null
var typeId: Int? = null
override fun toString(): String {
return "Power(id=$id, typeId=$typeId)"