🎨 完善用户讲师申请接口,新增order模块

This commit is contained in:
2025-07-20 21:52:11 +08:00
parent 70f65c96bd
commit f0a67822ef
7 changed files with 39 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ package app
type ServiceGroup struct {
AppUserService
BannerService
OrderService
}