From a6c75096853a93edca69945c33d62c7d835f9082 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 30 三月 2024 17:59:17 +0800
Subject: [PATCH] crm获取发货数量2
---
controllers/product_controller.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/controllers/product_controller.go b/controllers/product_controller.go
index 565bf9a..b91d30f 100644
--- a/controllers/product_controller.go
+++ b/controllers/product_controller.go
@@ -767,7 +767,7 @@
// @Tags 浜у搧
// @Summary 鑾峰彇鍗曚綅淇℃伅
// @Produce application/json
-// @Success 200 {object} util.ResponseList{data=map[string]interface{}} "鎴愬姛"
+// @Success 200 {object} util.ResponseList{data=[]models.UnitDict} "鎴愬姛"
// @Router /api-wms/v1/product/getUnitInfo [get]
func (slf ProductController) GetUnitInfo(c *gin.Context) {
dicts, total, err := models.NewUnitDictSearch().Find()
--
Gitblit v1.8.0