Commit a0282c1e authored by macro's avatar macro
Browse files

Update ProductAttrInfo.java

parent 7ce073aa
...@@ -10,7 +10,7 @@ import lombok.EqualsAndHashCode; ...@@ -10,7 +10,7 @@ import lombok.EqualsAndHashCode;
* Created by macro on 2018/5/23. * Created by macro on 2018/5/23.
*/ */
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode
public class ProductAttrInfo { public class ProductAttrInfo {
@ApiModelProperty("商品属性ID") @ApiModelProperty("商品属性ID")
private Long attributeId; private Long attributeId;
......
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