From 0475de865b0ecb57cdcbf80bd38e67fd72206e25 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 28 三月 2024 20:22:41 +0800
Subject: [PATCH] 销售出库增加操作来源

---
 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