feat: Role 增删改查

This commit is contained in:
Blizzard
2025-05-11 22:54:11 +08:00
parent ab51ba91bc
commit 2ec091bf59
9 changed files with 194 additions and 0 deletions
+1
View File
@@ -3,4 +3,5 @@ package system
type ServiceGroup struct {
UserService
ClientService
RoleService
}