From 21c2295246ab1e91d830ec2ab2edb2daf0dc926e Mon Sep 17 00:00:00 2001
From: lishihai <dslsh@dscom>
Date: 星期三, 26 六月 2024 14:41:30 +0800
Subject: [PATCH] BarCode重复

---
 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