feat: Role 增删改查
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package system
|
||||
|
||||
import "sundynix-go/global"
|
||||
|
||||
type Role struct {
|
||||
global.BaseModel
|
||||
Name string `json:"name" form:"name"`
|
||||
Code string `json:"code" form:"code"`
|
||||
Sort int `json:"sort" form:"sort"`
|
||||
}
|
||||
Reference in New Issue
Block a user