满额赠送二开--额度扣除记录表
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | NO | ||
uniacid | int(11) | NO | 平台id | |
uid | int(11) | NO | 会员ID | |
full_return_queue_id | int(11) | NO | 权益记录ID | |
deduct_money | decimal(10,2) | NO | 0.00 | 总扣除金额 |
current_deduct_money | decimal(10,2) | NO | 0.00 | 本次扣除金额 |
remain_deduct_money | decimal(10,2) | NO | 0.00 | 剩余扣除金额 |
deduct_info | text | YES | 扣除金额(分销,经销商,股东分红,拼团) | |
remark | text | YES | 备注 | |
created_at | int(11) | YES | ||
updated_at | int(11) | YES | ||
deleted_at | int(11) | YES |