package cn.lili.modules.lmk.domain.query; import cn.lili.base.AbsQuery; import io.swagger.annotations.ApiModel; import lombok.Data; /** * 价格变动表查询 * * @author peng * @since 2025-07-03 */ @Data @ApiModel(value = "PriceChange查询参数", description = "价格变动表查询参数") public class PriceChangeQuery extends AbsQuery { }