Explorar el Código

Update PmsProductQueryParam.java

macro hace 2 años
padre
commit
ea2d046412

+ 1 - 1
mall-admin/src/main/java/com/macro/mall/dto/PmsProductQueryParam.java

@@ -9,7 +9,7 @@ import lombok.EqualsAndHashCode;
  * Created by macro on 2018/4/27.
  */
 @Data
-@EqualsAndHashCode(callSuper = false)
+@EqualsAndHashCode
 public class PmsProductQueryParam {
     @ApiModelProperty("上架状态")
     private Integer publishStatus;