package model type CasbinRule struct { ID int `orm:"column(id)" json:"id"` PType string V0 string V1 string V2 string V3 string V4 string V5 string }