1 Star 0 Fork 1

unsafe-rust / sq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
photo.go 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
unsafe-rust 提交于 2021-03-28 10:11 . update
package models
type Photos struct {
Id int `form:"id" json:"id" db:"id"`
MomentId int `form:"moment_id" json:"moment_id" db:"moment_id"`
Url string `form:"url" json:"url" db:"url"`
ModelTime
}
func (p *Photos) TableName() string {
return "photos"
}
func (p *Photos) PK() string {
return "id"
}
Go
1
https://gitee.com/unsafe-rust/sq.git
git@gitee.com:unsafe-rust/sq.git
unsafe-rust
sq
sq
v1.0.0

搜索帮助