From 84bbcba12066eed95324ee3293dcbdfc7bed22d8 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 16 十一月 2023 13:42:07 +0800 Subject: [PATCH] 多余代码删除 --- controllers/report_forms_controller.go | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/controllers/report_forms_controller.go b/controllers/report_forms_controller.go index 334b227..a15025a 100644 --- a/controllers/report_forms_controller.go +++ b/controllers/report_forms_controller.go @@ -218,17 +218,6 @@ util.ResponseFormatList(c, code.Success, result, int(total)) } -// GetOutOrInOperationList -// @Tags 鎶ヨ〃 -// @Summary 鑾峰彇鍑哄叆搴撴搷浣滄槑缁� -// @Produce application/json -// @Param object body request.GetLocationForms true "鏌ヨ鍙傛暟" -// @Success 200 {object} util.ResponseList{data=[]response.LocationForms} "鎴愬姛" -// @Router /api-wms/v1/forms/getOutOrInOperationList [post] -func (slf ReportFormsController) GetOutOrInOperationList(c *gin.Context) { - -} - // GetLocationForms // @Tags 鎶ヨ〃 // @Summary 鑾峰彇浣嶇疆鎶ヨ〃 -- Gitblit v1.8.0