fix: 优化代码

This commit is contained in:
paulGao
2022-11-02 19:43:38 +08:00
parent 3b078cfd6b
commit 0b6aa9e857
26 changed files with 3 additions and 1881 deletions

View File

@@ -1,2 +0,0 @@
/** 店铺--默认页面是否开启**/
ALTER TABLE li_store ADD page_show bit(1) DEFAULT NULL COMMENT '默认页面是否开启';

View File

@@ -46,3 +46,6 @@ CREATE TABLE `li_wholesale`
ALTER TABLE li_wholesale
ADD template_id bigint DEFAULT NULL COMMENT '商品模版id';
/** 店铺--默认页面是否开启**/
ALTER TABLE li_store ADD page_show bit(1) DEFAULT NULL COMMENT '默认页面是否开启';