Update PmsProductQueryParam.java

This commit is contained in:
macro
2023-03-23 20:15:22 +08:00
parent a69b3a7385
commit ea2d046412

View File

@@ -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;