Commit 6c3661be authored by macro's avatar macro
Browse files

Update EsProductRelatedInfo.java

parent 4b938de3
......@@ -17,7 +17,7 @@ public class EsProductRelatedInfo {
private List<ProductAttr> productAttrs;
@Data
@EqualsAndHashCode(callSuper = false)
@EqualsAndHashCode
public static class ProductAttr {
private Long attrId;
private String attrName;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment