From 79aef24a785581d95343ccd99e9cb362b2bc9c97 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期六, 06 七月 2024 21:31:59 +0800
Subject: [PATCH] 调整库存商品位置错误

---
 request/attribute_value.go |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/request/attribute_value.go b/request/attribute_value.go
index 0add8f4..7cddbdb 100644
--- a/request/attribute_value.go
+++ b/request/attribute_value.go
@@ -11,3 +11,9 @@
 	AttributeID uint   `json:"attributeId"`
 	Value       string `json:"value"`
 }
+type AttributeValueList struct {
+	PageInfo
+	EntityID    string `json:"entityId"`
+	AttributeID uint   `json:"attributeId"`
+	Value       string `json:"value"` //like '%v%' 妯$硦鏌ヨ
+}

--
Gitblit v1.8.0