2 Star 0 Fork 0

BOBO/创想视频核心服务

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
user_funds.go 1.58 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"
)
// UserFunds is the golang structure for table user_funds.
type UserFunds struct {
UserId uint `json:"user_id" description:"用户ID"` // 用户ID
RechargeTotalFee float64 `json:"recharge_total_fee" description:"充值总金额"` // 充值总金额
AvailableFee float64 `json:"available_fee" description:"可用金额"` // 可用金额
FreezeFee float64 `json:"freeze_fee" description:"冻结金额"` // 冻结金额
PanguCoinTotal uint `json:"pangu_coin_total" description:"兑换盘古币总数"` // 兑换盘古币总数
AvailablePanguCoin uint `json:"available_pangu_coin" description:"可用盘古币数"` // 可用盘古币数
FreezePanguCoin uint `json:"freeze_pangu_coin" description:"冻结盘古币数"` // 冻结盘古币数
ConsumeTotalPanguCoin float64 `json:"consume_total_pangu_coin" description:"消费总盘古币数"` // 消费总盘古币数
ConsumeTotalFee float64 `json:"consume_total_fee" description:"消费总金额"` // 消费总金额
UpdateAt *gtime.Time `json:"update_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

搜索帮助