Files
bl/modules/task/controller/controller.go

8 lines
149 B
Go
Raw Normal View History

2025-06-20 17:13:51 +08:00
package controller
import (
_ "blazing/modules/task/controller/admin"
_ "blazing/modules/task/controller/app"
_ "blazing/modules/task/service"
2025-06-20 17:13:51 +08:00
)