yinbentan
2024-06-29 da154e5c758c3b67202390debdc5331a8f68c685
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%' 模糊查询
}