Files
sundynix-go/router/system/user_router.go
T
2025-04-26 22:41:16 +08:00

12 lines
149 B
Go

package system
import (
"github.com/gin-gonic/gin"
)
type UserRouter struct {
}
func (s *UserRouter) InitUserRouter(Router *gin.RouterGroup) {
}