Update 20221013045840_install_shop.php

This commit is contained in:
邹景立 2022-10-27 11:50:33 +08:00
parent e6cd7009d3
commit 4c694cffc6

View File

@ -14,6 +14,7 @@ class InstallShop extends Migrator
$this->_goodsMark(); $this->_goodsMark();
$this->_goodsItems(); $this->_goodsItems();
$this->_goodsStock(); $this->_goodsStock();
// 订单管理
$this->_order(); $this->_order();
$this->_orderItem(); $this->_orderItem();
$this->_orderSend(); $this->_orderSend();