SpringBoot 打造外卖项目(一):数据库设计

分为四张表sql - 商品表 - 类目表 - 订单表 - 订单详情表微信 -- 商品表 create table `product_info`( `product_id` varchar(32) not null, `product_name` varchar(64) not null comment '商品名称', `product_price` decimal(8,2) not nul
相关文章
相关标签/搜索