提交 | 用户 | age | ||
96eecc | 1 | package com.hz.his.dto.order; |
Z | 2 | |
0da189 | 3 | import lombok.Data; |
Z | 4 | |
96eecc | 5 | /** |
Z | 6 | * @Author |
7 | */ | |
0da189 | 8 | @Data |
96eecc | 9 | public class OrderCouponRefunDto { |
Z | 10 | |
11 | /** 订单使用优惠卷id */ | |
12 | private String orderCouponId; | |
13 | /** 优惠标题 */ | |
14 | private String orderCouponTitle; | |
15 | } |