package router import "github.com/gin-gonic/gin" func Init(router *gin.RouterGroup) { InitProcdefouter(router) InitProcinstRouter(router) }