lishihai
2024-07-03 91d7ca06128f996844aa7d2d691d083c944bdf1d
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%' 模糊查询
}