Skip to content

Commit

Permalink
Update EsProductRelatedInfo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Jun 1, 2022
1 parent 4b938de commit 6c3661b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6c3661b

Please sign in to comment.