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

     1  // =================================================================================
     2  // Code generated by GoFrame CLI tool. DO NOT EDIT.
     3  // =================================================================================
     4  
     5  package sys_do
     6  
     7  import (
     8  	"github.com/gogf/gf/v2/frame/g"
     9  )
    10  
    11  // SysCasbin is the golang structure of table sys_casbin for DAO operations like Where/Data.
    12  type SysCasbin struct {
    13  	g.Meta `orm:"table:sys_casbin, do:true"`
    14  	Ptype  interface{} //
    15  	V0     interface{} //
    16  	V1     interface{} //
    17  	V2     interface{} //
    18  	V3     interface{} //
    19  	V4     interface{} //
    20  	V5     interface{} //
    21  }