add
wangpengfei
2023-08-17 c92534229c83436ffe9e6752209200dd70b77808
router/index.go
@@ -70,6 +70,8 @@
   DepartmentRouter
   SatisfactionRouter
   AssignRouter
   CollectionProjectionRouter
   ContactInformationRouter
}
func InitRouter() *gin.Engine {
@@ -171,6 +173,13 @@
      InitBankAccountRouter(PrivateGroup)
      InitPaymentTypeRouter(PrivateGroup)
      InitFileRouter(PrivateGroup)
      InitInvoiceRouter(PrivateGroup)
      InitInvoiceStatusRouter(PrivateGroup)
      InitInvoiceTypeRouter(PrivateGroup)
      InitCourierCompanyRouter(PrivateGroup)
      InitProductRouter(PrivateGroup)
      routerGroup.InitCollectionProjectionRouter(PrivateGroup)
      routerGroup.InitContactInformationRouter(PrivateGroup)
   }
   return Router
}