github.com/SupenBysz/gf-admin-community@v0.7.4/sys_model/sys_entity/sys_casbin.go (about)

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