zxl
3 天以前 f3ccf81a4f203dd0d8957bab15c491cb2181e071
framework/src/main/java/cn/lili/modules/lmk/domain/query/PrizeClaimRecordQuery.java
@@ -19,5 +19,6 @@
@ApiModel(value = "PrizeClaimRecord查询参数", description = "店铺抽奖活动领取表查询参数")
public class PrizeClaimRecordQuery extends AbsQuery {
    private String storePrizeId;
    private String storeId;
}