month_order_id |
bigint(20) |
NO |
NULL |
月份的主键的id |
total_amount_wx_money |
decimal(10,2) |
YES |
NULL |
每月微信的在账金额 |
total_amount_alipy_money |
decimal(10,2) |
YES |
NULL |
支付宝的在账金额 |
total_refund_amount_wx_money |
decimal(10,2) |
YES |
NULL |
微信的退款的金额 |
total_refund_amount_alipy_money |
decimal(10,2) |
YES |
NULL |
支付宝的退款金额 |
total_abnormal_amount_wx_money |
decimal(10,2) |
YES |
NULL |
异常退款的微信的金额 |
total_abnormal_amount_alipy_money |
decimal(10,2) |
YES |
NULL |
异常退款的支付宝金额 |
total_now_wx_money |
decimal(10,2) |
YES |
NULL |
微信的在账金额 |
total_now_alipy_money |
decimal(10,2) |
YES |
NULL |
支付宝在账金额 |
total_amount_money |
decimal(10,2) |
YES |
NULL |
合计的金额 |
now_month |
bigint(20) |
YES |
NULL |
月份 |
now_year |
bigint(20) |
YES |
NULL |
所属的年份 |
store_id |
int(11) |
YES |
NULL |
店铺id |
add_time |
int(11) |
YES |
0 |
写入时间 |
last_update_time |
timestamp |
YES |
CURRENT_TIMESTAMP |
无 |