init: 遗留订单系统初始版本

This commit is contained in:
micrograils
2026-06-13 16:53:08 +08:00
commit ec177c6a97
15 changed files with 1331 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# === Maven ===
target/
# === IDE ===
.idea/
*.iml
.vscode/
.settings/
.project
.classpath
# === OS ===
.DS_Store
Thumbs.db