Update EsProductRelatedInfo.java

This commit is contained in:
macro
2022-05-29 15:46:21 +08:00
parent fabd4849da
commit 4b938de39c

View File

@@ -10,7 +10,7 @@ import java.util.List;
* Created by macro on 2018/6/27.
*/
@Data
@EqualsAndHashCode(callSuper = false)
@EqualsAndHashCode
public class EsProductRelatedInfo {
private List<String> brandNames;
private List<String> productCategoryNames;