|
@@ -60,8 +60,8 @@ public interface UserCouponCopier {
|
|
|
*/
|
|
|
List<UserCouponDTO> copying(Collection<UserCoupon> coupons);
|
|
|
|
|
|
- @Mapping(source = "userCoupon.id", target = "id")
|
|
|
- @Mapping(source = "userCoupon.type", target = "type")
|
|
|
- @Mapping(source = "coupon", target = "couponDTO")
|
|
|
- UserCouponDTO copying(UserCoupon userCoupon, Coupon coupon);
|
|
|
+// @Mapping(source = "userCoupon.id", target = "id")
|
|
|
+// @Mapping(source = "userCoupon.type", target = "type")
|
|
|
+// @Mapping(source = "coupon", target = "couponDTO")
|
|
|
+// UserCouponDTO copying(UserCoupon userCoupon, Coupon coupon);
|
|
|
}
|