From f45e4cb8045fe60f96f467dc4ea1e2ae57445712 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 03 七月 2024 23:13:40 +0800 Subject: [PATCH] 默认位置parent_id为视图位置id --- 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