fix
wangpengfei
2023-07-26 d3ff95a6631915cd56ac7f774f5fca297b9f5642
router/index.go
@@ -11,6 +11,7 @@
)
type Group struct {
    CurrencyRouter
    QuotationStatusRouter
    RepositoryRouter
    SalesReturnStatusRouter
@@ -155,6 +156,7 @@
        routerGroup.InitSalesReturnStatusRouter(PrivateGroup)
        routerGroup.InitRepositoryRouter(PrivateGroup)
        routerGroup.InitQuotationStatusRouter(PrivateGroup)
        routerGroup.InitCurrencyRouter(PrivateGroup)
   }
   return Router
}