casbin_rule.go 635 B

12345678910111213141516
  1. // =================================================================================
  2. // Code generated by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package entity
  5. // CasbinRule is the golang structure for table casbin_rule.
  6. type CasbinRule struct {
  7. Ptype string `json:"ptype" description:""`
  8. V0 string `json:"v0" description:""`
  9. V1 string `json:"v1" description:""`
  10. V2 string `json:"v2" description:""`
  11. V3 string `json:"v3" description:""`
  12. V4 string `json:"v4" description:""`
  13. V5 string `json:"v5" description:""`
  14. }