This commit is contained in:
zyj
2025-08-30 18:04:42 +08:00
commit d0d1a1f6bb
6 changed files with 124 additions and 0 deletions

4
service/user_service.go Normal file
View File

@@ -0,0 +1,4 @@
package service
type UserService struct {
}