2 Star 0 Fork 0

BOBO/创想视频核心服务

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
attachment.go 2.56 KB
一键复制 编辑 原始数据 按行查看 历史
zhouyp 提交于 2024-08-10 13:42 . feat: 视频管理、盘古币管理
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. Created at 2024-08-10 11:01:53
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// Attachment is the golang structure for table attachment.
type Attachment struct {
Id uint `json:"id" description:"附件ID"` // 附件ID
CatId uint `json:"cat_id" description:"附件分类"` // 附件分类
Name string `json:"name" description:"附件名"` // 附件名
RealName string `json:"real_name" description:"附件原名"` // 附件原名
AttSize int `json:"att_size" description:"附件尺寸大小"` // 附件尺寸大小
AttPath string `json:"att_path" description:"附件路径"` // 附件路径
AttUrl string `json:"att_url" description:"附件地址"` // 附件地址
AttType string `json:"att_type" description:"附件类型:image/png"` // 附件类型:image/png
Position uint `json:"position" description:"排序位置:从小到大"` // 排序位置:从小到大
ChannelId uint `json:"channel_id" description:"渠道ID"` // 渠道ID
StorageType string `json:"storage_type" description:"存储类型:local本地,qiniu七牛等"` // 存储类型:local本地,qiniu七牛等
Hasher string `json:"hasher" description:"Hash值"` // Hash值
AttachId string `json:"attach_id" description:"附件ID"` // 附件ID
Width uint `json:"width" description:"宽度"` // 宽度
Height uint `json:"height" description:"高度"` // 高度
Duration uint `json:"duration" description:"视频时长(S)"` // 视频时长(S)
DurationString string `json:"duration_string" description:"格式化视频时长"` // 格式化视频时长
UpdateAt *gtime.Time `json:"update_at" description:"更新时间"` // 更新时间
CreateAt *gtime.Time `json:"create_at" description:"创建时间"` // 创建时间
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/bobo-rs/innovideo-services.git
git@gitee.com:bobo-rs/innovideo-services.git
bobo-rs
innovideo-services
创想视频核心服务
v1.0.7

搜索帮助