zqm_daily_report_platform_refund
- 日报-平台退款统计
字段 | 类型 | 允许空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | NO | NULL | 无 |
pid | int(11) unsigned | NO | NULL | pid |
quantity | int(10) unsigned | NO | NULL | 申请的退款单数量 |
approve_quantity | int(10) unsigned | NO | NULL | 审核通过退款订单数 |
reject_quantity | int(10) unsigned | NO | NULL | 审核拒绝退款订单数 |
total_amount | decimal(15,2) | YES | NULL | 无 |
initial_quantity | int(10) unsigned | NO | NULL | 待审核退款订单数 |
invalid_quantity | int(10) unsigned | NO | 0 | 失效退款单数 |
batch_fail_quantity | int(10) unsigned | NO | 0 | 批量退款失败单数 |
return_pending_quantity | int(10) unsigned | NO | 0 | 退货待审核单数 |
max_wait_time | varchar(30) | NO | 退款单最长待审核订单申请时间 | |
created_at | int(11) | NO | 0 | 创建时间 |
updated_at | int(11) | NO | 0 | 修改时间 |
deleted_at | int(11) | NO | 0 | 删除时间 |