trade: 增加分销用户表

This commit is contained in:
owen
2023-09-05 23:45:53 +08:00
parent 6474502738
commit a68691f2d9
17 changed files with 616 additions and 60 deletions

View File

@@ -2,3 +2,4 @@ DELETE FROM trade_order;
DELETE FROM trade_order_item;
DELETE FROM trade_after_sale;
DELETE FROM trade_after_sale_log;
DELETE FROM "trade_brokerage_user";