fwq
2024-04-15 7285f70c4804d88c175ace932956eec524e2ceda
phis-feign/src/main/java/com/hz/his/dto/coupon/CouponDto.java
@@ -51,9 +51,18 @@
    /** 是否是营销助手申请 0=否 1=是*/
    private Integer isMarketApply = 0;
    /**是否查询关联信息*/
    private Integer isSelectGoods = 1;
    /**查询生日券*/
    private Integer isSelectBirthday;
    /**优惠券类型*/
    private String couponType;
    /** 优惠券分类ID*/
    private String couponTypeId;
    /** 基础分类-优惠券*/
    private String type;
    /** 优惠券ID*/
    private List<String> couponIdList;
}