zxl
昨天 d33b041f4b2a63a22682c9b3f344ef35f84b4542
framework/src/main/java/cn/lili/modules/lmk/domain/query/StoreCouponClaimRecordQuery.java
@@ -18,5 +18,21 @@
@Data
@ApiModel(value = "StoreCouponClaimRecord查询参数", description = "店铺优惠卷领取记录查询参数")
public class StoreCouponClaimRecordQuery extends AbsQuery {
    private String sort;
    private String order;
    private String getType;
    private Long startTime;
    private Long endTime;
    private String memberCouponStatus;
    private String memberName;
    private String couponName;
}