1 Star 1 Fork 0

linngc / center.gf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sys_dic.go 932 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 entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// SysDic is the golang structure for table sys_dic.
type SysDic struct {
Id int `json:"id" `
ParentId string `json:"parentId" `
TreeId string `json:"treeId" `
TreeName string `json:"treeName" `
TreeValue string `json:"treeValue" `
Describe string `json:"describe" `
OrderBy int `json:"orderBy" `
IsDefault int `json:"isDefault" `
Remark string `json:"remark" `
Available int `json:"available" `
CreateTime *gtime.Time `json:"createTime" `
DelFlag int `json:"delFlag" `
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/linngc/center.gf.git
git@gitee.com:linngc/center.gf.git
linngc
center.gf
center.gf
v0.2.12

搜索帮助

344bd9b3 5694891 D2dac590 5694891