| | |
| | | package com.yeshi.fanli.entity.taobao;
|
| | |
|
| | | import com.yeshi.fanli.dto.HongBao;
|
| | | import com.yeshi.fanli.entity.bus.user.OrderItem;
|
| | |
|
| | | public class OrderItemHongBao {
|
| | | HongBao hongBao;
|
| | | OrderItem orderItem;
|
| | |
|
| | | public OrderItemHongBao(HongBao hongBao, OrderItem orderItem) {
|
| | | this.hongBao = hongBao;
|
| | | this.orderItem = orderItem;
|
| | | }
|
| | | }
|
| | | package com.yeshi.fanli.entity.taobao; |
| | | |
| | | import com.yeshi.fanli.dto.HongBao; |
| | | import com.yeshi.fanli.dto.order.OrderItem; |
| | | |
| | | public class OrderItemHongBao { |
| | | HongBao hongBao; |
| | | OrderItem orderItem; |
| | | |
| | | public OrderItemHongBao(HongBao hongBao, OrderItem orderItem) { |
| | | this.hongBao = hongBao; |
| | | this.orderItem = orderItem; |
| | | } |
| | | } |