数据库字典
冻结币充值记录表
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | NO | 主键id | |
uniacid | int(11) | NO | 公众号id | |
member_id | int(11) | NO | 会员ID | |
change_value | decimal(14,2) | NO | 充值数量 | |
old_value | decimal(14,2) | NO | 充值前数量 | |
new_value | decimal(14,2) | NO | 充值后数量 | |
pay_way | tinyint | NO | 支付方式 | |
order_sn | varchar | NO | 充值单号 | |
status | tinyint(1) | NO | 充值状态 | |
created_at | int(11) | NO | 创建时间 | |
updated_at | int(11) | NO | 更新时间 |