add
wangpengfei
2023-08-17 c92534229c83436ffe9e6752209200dd70b77808
router/index.go
@@ -71,6 +71,7 @@
   SatisfactionRouter
   AssignRouter
   CollectionProjectionRouter
   ContactInformationRouter
}
func InitRouter() *gin.Engine {
@@ -177,7 +178,8 @@
      InitInvoiceTypeRouter(PrivateGroup)
      InitCourierCompanyRouter(PrivateGroup)
      InitProductRouter(PrivateGroup)
      InitServiceCollectionPlanRouter(PrivateGroup)
      routerGroup.InitCollectionProjectionRouter(PrivateGroup)
      routerGroup.InitContactInformationRouter(PrivateGroup)
   }
   return Router
}