zhangqian
2024-07-02 1c8f39c41f903d3c07e8efc8dc49ef7014b45b8e
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%' 模糊查询
}