Browse Source

Update sys_casbin.go

main
SliverHorn 4 years ago
committed by GitHub
parent
commit
5939a24f54
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      server/model/sys_casbin.go

2
server/model/sys_casbin.go

@ -1,7 +1,7 @@
package model
type CasbinModel struct {
Ptype string `json:"ptype" gorm:"column:p_type"`
Ptype string `json:"ptype" gorm:"column:ptype"`
AuthorityId string `json:"rolename" gorm:"column:v0"`
Path string `json:"path" gorm:"column:v1"`
Method string `json:"method" gorm:"column:v2"`

Loading…
Cancel
Save