数据库字典
华侨币提现记录表
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | NO | 主键id | |
uniacid | int(11) | NO | 公众号id | |
member_id | int(11) | NO | 转让人ID | |
old_value | int(11) | NO | 提现前值 | |
change_value | decimal(14,2) | NO | 提现值 | |
new_value | decimal(14,2) | NO | 提现后值 | |
status | int(11) | NO | 提现状态 | |
order_sn | decimal(14,2) | NO | 提现单号 | |
poundage | int(11) | NO | 手续费 | |
proportion | int(11) | NO | 手续费比例 | |
created_at | int(11) | NO | 创建时间 | |
updated_at | int(11) | NO | 更新时间 |