Files
Go-Web-Template/server/service/example/enter.go
2026-04-07 09:03:48 +08:00

9 lines
121 B
Go

package example
type ServiceGroup struct {
CustomerService
AttachmentCategoryService
FileUploadAndDownloadService
}