1 Star 1 Fork 0

linngc / center.gf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sys_file.go 880 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"
)
// SysFile is the golang structure of table sys_file for DAO operations like Where/Data.
type SysFile struct {
g.Meta `orm:"table:sys_file, do:true"`
Id interface{} //
Uri interface{} //
Name interface{} //
Size interface{} //
Suffix interface{} //
OssType interface{} //
ProxyType interface{} //
DownSize interface{} //
IsDeploy interface{} //
Available interface{} //
IsDefault interface{} //
Remark interface{} //
CreateTime *gtime.Time //
DelFlag interface{} //
}
Go
1
https://gitee.com/linngc/center.gf.git
git@gitee.com:linngc/center.gf.git
linngc
center.gf
center.gf
v0.2.12

搜索帮助