add
wangpengfei
2023-07-31 309001358628a493208b6130c3b6088e5749a8d7
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
}