You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
258 B

3 years ago
  1. package system
  2. type CasbinModel struct {
  3. Ptype string `json:"ptype" gorm:"column:ptype"`
  4. AuthorityId string `json:"rolename" gorm:"column:v0"`
  5. Path string `json:"path" gorm:"column:v1"`
  6. Method string `json:"method" gorm:"column:v2"`
  7. }