fix:tpl bug

This commit is contained in:
zhangwenjian
2020-09-12 20:06:13 +08:00
parent 31544ff1ae
commit 0b80ac635d
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package models
//casbin_rule
//sys_casbin_rule
type CasbinRule struct {
PType string `json:"p_type" gorm:"size:100;"`
V0 string `json:"v0" gorm:"size:100;"`