feat(shared): add BaseEntity and ApiResponse

This commit is contained in:
2026-07-06 16:35:43 +08:00
parent b0828f0341
commit a7ccb8299c
5 changed files with 81 additions and 9 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
target/
*.class
*.jar
*.war
*.iml
.idea/
.vscode/
.DS_Store