3 Star 2 Fork 1

fotomxq/weeekj_core

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fields_log.go 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
fotomxq 提交于 2023-12-09 23:58 +08:00 . 维可解框架正式开源
package FinanceAssets
import (
"time"
)
type FieldsLog struct {
//ID
ID int64 `db:"id" json:"id"`
//创建时间
CreateAt time.Time `db:"create_at" json:"createAt"`
//组织ID
OrgID int64 `db:"org_id" json:"orgID"`
//实际操作人,组织绑定成员ID
BindID int64 `db:"bind_id" json:"bindID"`
//用户ID
UserID int64 `db:"user_id" json:"userID"`
//产品ID
ProductID int64 `db:"product_id" json:"productID"`
//变动数量
// 可以是正负数
Count int64 `db:"count" json:"count"`
//变动原因
Des string `db:"des" json:"des"`
}
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.96

搜索帮助