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 获取位置报表