mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 11:13:44 +08:00
v2.0
This commit is contained in:
22
server/internal/model/do/admin_role_casbin.go
Normal file
22
server/internal/model/do/admin_role_casbin.go
Normal file
@@ -0,0 +1,22 @@
|
||||
// =================================================================================
|
||||
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// AdminRoleCasbin is the golang structure of table hg_admin_role_casbin for DAO operations like Where/Data.
|
||||
type AdminRoleCasbin struct {
|
||||
g.Meta `orm:"table:hg_admin_role_casbin, do:true"`
|
||||
Id interface{} //
|
||||
PType interface{} //
|
||||
V0 interface{} //
|
||||
V1 interface{} //
|
||||
V2 interface{} //
|
||||
V3 interface{} //
|
||||
V4 interface{} //
|
||||
V5 interface{} //
|
||||
}
|
||||
Reference in New Issue
Block a user