feat: implement scenario-driven sales SOP platform

This commit is contained in:
Eric 1549169735@qq.com
2026-08-06 21:37:29 +08:00
parent 254469ab89
commit de5345607a
84 changed files with 7132 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
CREATE DATABASE IF NOT EXISTS iqudo_top1
CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE DATABASE IF NOT EXISTS iqudo_top1_test
CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;