lishihai
2024-06-14 86530fe51ee65aea39e07e8fa131bf6e3310c4b0
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%' 模糊查询
}