3 Star 2 Fork 1

fotomxq/weeekj_core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fields_focus.go 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
fotomxq 提交于 2023-12-09 23:58 +08:00 . 维可解框架正式开源
package UserFocus2
import (
"time"
)
// FieldsFocus 用户关注
type FieldsFocus struct {
//ID
ID int64 `db:"id" json:"id"`
//创建时间
CreateAt time.Time `db:"create_at" json:"createAt"`
//用户ID
UserID int64 `db:"user_id" json:"userID"`
//关注类型
// focus 关注; like 喜欢
Mark string `db:"mark" json:"mark"`
//关注来源
System string `db:"system" json:"system"`
//来源ID
BindID int64 `db:"bind_id" json:"bindID"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/fotomxq/weeekj_core.git
git@gitee.com:fotomxq/weeekj_core.git
fotomxq
weeekj_core
weeekj_core
v5.3.83

搜索帮助