zqm_vr_order_statis
- 虚拟订单月销量统计表
字段 | 类型 | 允许空 | 默认 | 注释 |
---|---|---|---|---|
os_month | mediumint(9) unsigned | NO | 0 | 统计编号(年月) |
os_year | smallint(6) | YES | 0 | 年 |
os_start_date | int(11) | NO | NULL | 开始日期 |
os_end_date | int(11) | NO | NULL | 结束日期 |
os_order_totals | decimal(10,2) | NO | 0.00 | 订单金额 |
os_commis_totals | decimal(10,2) | NO | 0.00 | 佣金金额 |
os_result_totals | decimal(10,2) | NO | 0.00 | 本期应结 |
os_create_date | int(11) | YES | NULL | 创建记录日期 |