数据库字典
ims_yz_order_statistics
订单统计表
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int | 否 | ||
uniacid | int | 否 | ||
total_quantity | int | 否 | 商城总订单数 | |
total_amount | int | 否 | 商城总订单金额 | |
total_pay_quantity | int | 否 | 商城已支付订单数 | |
total_pay_amount | int | 否 | 商城已支付订单金额 | |
total_complete_quantity | int | 否 | 商城已完成订单数 | |
total_complete_amount | int | 否 | 商城已完成订单金额 | |
created_at | int(11) | 否 | null | 创建时间 |
updated_at | int(11) | 否 | null | 修改时间 |