8 lines
258 B

package model
type CasbinModel struct {
Ptype string `json:"ptype" gorm:"column:ptype"`
AuthorityId uint `json:"rolename" gorm:"column:v0"`
Path string `json:"path" gorm:"column:sys"`
Method string `json:"method" gorm:"column:v2"`
}