This commit is contained in:
liupopo
2023-11-23 16:26:46 +08:00
parent 60f48f5d72
commit 3fd635c440
5 changed files with 70 additions and 3 deletions

View File

@@ -147,6 +147,6 @@ CREATE TABLE `lpk_reserve_order_goods` (
`goodsNumber` int(11) DEFAULT 1 COMMENT '商品数量',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB COMMENT='预约订单';
) ENGINE=InnoDB COMMENT='预约订单商品';