zhangqian
2024-07-03 f45e4cb8045fe60f96f467dc4ea1e2ae57445712
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%' 模糊查询
}