1 Star 1 Fork 0

linngc / center.gf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sys_role.go 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
linngc 提交于 2023-08-18 11:37 . add:添加新表实体
// =================================================================================
// Code generated by GoFrame CLI tool. DO NOT EDIT. Created at 2023-08-18 11:31:56
// =================================================================================
package do
import (
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
)
// SysRole is the golang structure of table sys_role for DAO operations like Where/Data.
type SysRole struct {
g.Meta `orm:"table:sys_role, do:true"`
Id interface{} //
ParentId interface{} //
TreeId interface{} //
TreeName interface{} //
TreeValue interface{} //
OrderBy interface{} //
Describe interface{} //
Available interface{} //
DelFlag interface{} //
CreateTime *gtime.Time //
}
Go
1
https://gitee.com/linngc/center.gf.git
git@gitee.com:linngc/center.gf.git
linngc
center.gf
center.gf
v0.2.12

搜索帮助