From 22a93375823a1fe58e5ca2dcd0545ddf1dfc883c Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期二, 14 十一月 2023 11:47:56 +0800 Subject: [PATCH] 产品列表增加预测和出入库数量 --- controllers/location.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/location.go b/controllers/location.go index 0860808..ff2d5c4 100644 --- a/controllers/location.go +++ b/controllers/location.go @@ -54,7 +54,7 @@ // @Tags 浣嶇疆 // @Summary 鑾峰彇浣嶇疆鍒楄〃 // @Produce application/json -// @Param object body request.GetProductList true "鏌ヨ鍙傛暟" +// @Param object body request.GetLocationList true "鏌ヨ鍙傛暟" // @Success 200 {object} util.ResponseList{data=[]models.Location} "鎴愬姛" // @Router /api-wms/v1/location/getLocationList [post] func (slf LocationController) GetLocationList(c *gin.Context) { -- Gitblit v1.8.0