From c9cedfb740614a995576171df73f19ebd613aff0 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期四, 23 十一月 2023 19:12:44 +0800 Subject: [PATCH] 获取供应商列表grpc客户端 --- router/router.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/router/router.go b/router/router.go index a75aba3..6ca5d1b 100644 --- a/router/router.go +++ b/router/router.go @@ -89,6 +89,7 @@ operationAPI.GET("getLogisticCompanyList", operationController.GetLogisticCompanyList) operationAPI.PUT("cancel/:id", operationController.Cancel) operationAPI.PUT("outputOperation/:id", operationController.OutputOperation) + operationAPI.GET("getSupplierList", operationController.GetSupplierList) } -- Gitblit v1.8.0