package cn.lili.modules.lmk.domain.query; import cn.lili.base.AbsQuery; import io.swagger.annotations.ApiModel; import lombok.Data; /** * 查询 * * @author zxl * @since 2025-05-14 */ @Data @ApiModel(value = "StoreTagQuery参数", description = "查询参数") public class StoreTagRefQuery extends AbsQuery { }