Skip to content

Commit

Permalink
Update sys_casbin.go
Browse files Browse the repository at this point in the history
  • Loading branch information
SliverHorn authored Apr 8, 2021
1 parent db81460 commit 5939a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/model/sys_casbin.go
Original file line number Diff line number Diff line change
@@ -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"`
Expand Down

0 comments on commit 5939a24

Please sign in to comment.