摘要: MySQL常用SQL 订单表:orders(id、no、user_id、shop_id、total_fee、phone、paid_at、status、created_at、updated_at) 订单明细表:order_items(id、order_id、shop_id、product_id、cat 阅读全文
posted @ 2020-05-12 19:17 DeyouKong 阅读(211) 评论(0) 推荐(0)