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