From 1572f45e72cc0fa15c029f9ee2a08474104435e6 Mon Sep 17 00:00:00 2001 From: selfcheer <selfcheer@gmail.com> Date: 星期五, 19 七月 2024 00:48:43 +0800 Subject: [PATCH] 采购单产品列表去掉过滤重复产品的逻辑 --- api/v1/test/code.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/test/code.go b/api/v1/test/code.go index 2c2420d..d6c18da 100644 --- a/api/v1/test/code.go +++ b/api/v1/test/code.go @@ -27,7 +27,7 @@ // @Summary 鑾峰彇缂栫爜鍒楄〃 // @Produce application/json // @Param object query request.GetCodeList true "鍙傛暟" -// @Success 200 {object} util.ResponseList{data=[]code.CodeStandard} +// @Success 200 {object} response.Response{data=[]code.CodeStandard} // // @Router /code/getCodeList [get] func (ca *CodeApi) GetCodeList(c *gin.Context) { @@ -66,7 +66,7 @@ // @Summary 鑾峰彇鑷姩缂栫爜 // @Produce application/json // @Param object body code.CodeStandard true "鍙傛暟" -// @Success 200 {object} util.ResponseList{data=map[string]interface{}} +// @Success 200 {object} response.Response{data=map[string]interface{}} // // @Router /code/getAutoCode [post] func (ca *CodeApi) GetAutoCode(c *gin.Context) { -- Gitblit v1.8.0