wangrenhuang
2023-11-06 d922690fbc15e29e152c1bb864a33296bf1b8f33
phis-feign/src/main/java/com/hz/his/dto/coupon/CouponDto.java
@@ -25,7 +25,7 @@
    private String userId;
    /**活动标识*/
    private String groupBuyId;
    private String id;
    private List<String> idList;
    /**发送记录*/
    private CouponRecordDto couponReleaseRecordItem;
    /**用户详情*/
@@ -51,4 +51,12 @@
    /** 是否是营销助手申请 0=否 1=是*/
    private Integer isMarketApply = 0;
    /** 优惠券分类ID*/
    private String couponTypeId;
    /** 基础分类-优惠券*/
    private String type;
    /** 优惠券ID*/
    private List<String> couponIdList;
}