update project path

This commit is contained in:
zhangwenjian
2020-03-18 23:09:37 +08:00
parent 26acdbd0d1
commit e027e6a259
76 changed files with 2562 additions and 106 deletions
+12
View File
@@ -0,0 +1,12 @@
package models
//casbin_rule
type CasbinRule struct {
PType string `json:"p_type" gorm:"column:p_type"`
V0 string `json:"v0" gorm:"column:v0"`
V1 string `json:"v1" gorm:"column:v1"`
V2 string `json:"v2" gorm:"column:v2"`
V3 string `json:"v3" gorm:"column:v3"`
V4 string `json:"v4" gorm:"column:v4"`
V5 string `json:"v5" gorm:"column:v5"`
}