3 Star 2 Fork 1

fotomxq/weeekj_core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fields_pay.go 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
fotomxq 提交于 2023-12-09 23:58 +08:00 . 维可解框架正式开源
package OrgMap
import "time"
type FieldsMapPay struct {
//ID
ID int64 `db:"id" json:"id"`
//创建时间
CreateAt time.Time `db:"create_at" json:"createAt"`
//支付成功时间
FinishAt time.Time `db:"finish_at" json:"finishAt"`
//组织ID
OrgID int64 `db:"org_id" json:"orgID"`
//用户ID
UserID int64 `db:"user_id" json:"userID"`
//地图ID
MapID int64 `db:"map_id" json:"mapID"`
//支付ID
PayID int64 `db:"pay_id" json:"payID"`
//购买的点击次数
Count int64 `db:"count" json:"count"`
}
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

搜索帮助