wangpengfei
2023-08-02 b4201a0054369a8cd89e940947fd6f1a89f357c2
router/index.go
@@ -69,6 +69,7 @@
   DataRouter
   DepartmentRouter
   SatisfactionRouter
   AssignRouter
}
func InitRouter() *gin.Engine {
@@ -157,6 +158,7 @@
        routerGroup.InitRepositoryRouter(PrivateGroup)
        routerGroup.InitQuotationStatusRouter(PrivateGroup)
        routerGroup.InitCurrencyRouter(PrivateGroup)
      routerGroup.InitAssignRouter(PrivateGroup)
   }
   return Router
}