zqm_daily_report_store_order
- 日报-门店订单统计
字段 | 类型 | 允许空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | NO | NULL | 无 |
pid | int(11) unsigned | NO | NULL | pid |
store_id | int(10) unsigned | NO | NULL | 门店 |
area | int(10) unsigned | NO | NULL | 片区 |
school | int(10) unsigned | NO | NULL | 学校 |
grade | int(10) unsigned | NO | NULL | 年级 |
order_quantity | int(10) unsigned | NO | NULL | 订单数量 |
free_quantity | int(10) unsigned | NO | NULL | 免费订单数量 |
total_amount | decimal(15,2) | YES | NULL | 无 |
total_free_price | decimal(15,2) | YES | NULL | 无 |
total_price | decimal(15,2) | YES | NULL | 无 |
created_at | int(11) | NO | 0 | 创建时间 |
updated_at | int(11) | NO | 0 | 修改时间 |
deleted_at | int(11) | NO | 0 | 删除时间 |