zxl
2025-10-10 af90980f33ef5bc3b390b64cf47097b2731c01fb
framework/src/main/java/cn/lili/modules/lmk/domain/query/PrizeClaimRecordQuery.java
@@ -18,5 +18,7 @@
@Data
@ApiModel(value = "PrizeClaimRecord查询参数", description = "店铺抽奖活动领取表查询参数")
public class PrizeClaimRecordQuery extends AbsQuery {
    private String storePrizeId;
    private String storeId;
}