From a8914a16b23e93f6bfd12bcfd5cbe8b24cf7eb84 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期日, 07 四月 2024 21:49:01 +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