From 0ec0aef398704cd0219ed452f3aa96c8cdacd647 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期六, 06 七月 2024 15:27:51 +0800 Subject: [PATCH] 出库、入库、盘点涉及产品重复性检查调整(从【产品编号】变更为以【产品编号、出库库房编号、入库库房编号】作为唯一标识) --- controllers/attribute.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/attribute.go b/controllers/attribute.go index 079fb27..6949c1f 100644 --- a/controllers/attribute.go +++ b/controllers/attribute.go @@ -146,9 +146,9 @@ // @Tags 灞炴�у�煎拰瀵硅薄 // @Summary 娣诲姞灞炴�у�煎拰瀵硅薄 // @Produce application/json -// @Param object body request.GetAttributeList true "灞炴�у�煎拰瀵硅薄淇℃伅" +// @Param object body request.AttributeList true "灞炴�у�煎拰瀵硅薄淇℃伅" // @Success 200 {object} util.Response "鎴愬姛" -// @Router /api-wms/v1/attribute/list [post] +// @Router /api-wms/v1/attribute/attribute [get] func (slf AttributeController) ListAttribute(c *gin.Context) { var params request.AttributeList if err := c.ShouldBind(¶ms); err != nil { -- Gitblit v1.8.0