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