peng
2025-10-27 2a7b0a64b14b22ec45f8a0f6e4764bc3cd16919c
framework/src/main/java/cn/lili/modules/lmk/domain/query/StoreCouponQuery.java
@@ -22,7 +22,7 @@
@ApiModel(value = "StoreCoupon查询参数", description = "店铺优惠卷对应关系查询参数")
public class StoreCouponQuery extends AbsQuery {
    /** 店铺id */
    private Long storeId;
    private String storeId;
    /** 店铺优惠卷状态
     * @see StoreCouponStausEnum
     * */