1.8.2 发版

This commit is contained in:
YunaiV
2023-09-24 23:35:03 +08:00
parent 91ab421b65
commit 8eb482024d
10 changed files with 338 additions and 57 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `ruoyi-vue-pro`.`trade_after_sale_log`
ADD COLUMN `before_status` int NOT NULL COMMENT '售前状态' AFTER `id`,
ADD COLUMN `after_status` int NOT NULL COMMENT '售后状态' AFTER `before_status`;