数据库字典
ims_yz_member_lower_order
会员团队下级订单统计
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int | 否 | ||
uniacid | int | 否 | ||
uid | int | 否 | 会员ID | |
first_order_quantity | int | 否 | 一级下级订单数量 | |
first_order_amount | int | 否 | 0.00 | 一级下级订单金额 |
second_order_quantity | int | 否 | 二级下级订单数量 | |
second_order_amount | int | 否 | 二级下级订单金额 | |
third_order_quantity | int | 否 | 三级下级订单数量 | |
third_order_amount | int | 否 | 三级下级订单金额 | |
team_order_quantity | int | 否 | 团队订单数量 | |
team_order_amount | int | 否 | 团队订单金额 | |
created_at | int(11) | 否 | null | 创建时间 |
updated_at | int(11) | 否 | null | 修改时间 |