10 Commits

Author SHA1 Message Date
7c35cd11ac feat: user system first complete 2026-02-13 22:52:53 +08:00
set
d1be97a366 feat: doc change 2026-02-13 20:56:11 +08:00
set
1eafeacf36 feat: add base docs 2026-02-13 20:49:22 +08:00
set
6c0ed89397 feat: remove example 2026-02-05 18:53:34 +08:00
set
d03897c525 feat: Add complete user system implementation
- Create User, Role, Permission entities with their relationships
- Implement service interfaces and implementations for user system
- Add controllers for User, Role, Permission, UserRole, and RolePermission
- Include SQL schema files for the user system
- Document project structure in CLAUDE.md

This adds a complete RBAC (Role-Based Access Control) system with:
- User entity for managing user accounts
- Role entity for defining roles
- Permission entity for defining permissions
- UserRole entity for user-role relationships
- RolePermission entity for role-permission relationships

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 18:52:37 +08:00
98e6d6a557 feat: 新增了分页 Utils 2025-12-21 03:07:50 +08:00
8a026c3458 feat: 重构了 Controller 的目录规范 2025-12-21 03:06:47 +08:00
4634205384 feat: 添加 Swagger 配置 2025-12-21 03:05:12 +08:00
9395d8d2c9 fix: 防止 Security 影响 Cors 配置 2025-12-21 03:04:40 +08:00
cafd2708b4 init: first commit 2025-12-19 00:13:28 +08:00