| | |
| | | import java.util.Date; |
| | | |
| | | @Data |
| | | @ApiModel("用户积分总表") |
| | | public class UnionExchangeRecordDto implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | @ApiModel("兑换记录表") |
| | | public class UnionExchangeRecordDto{ |
| | | |
| | | /** |
| | | * 主键id |
| | |
| | | @ApiModelProperty(value = "商品id") |
| | | private String goodsId; |
| | | |
| | | @ApiModelProperty(value = "订单状态(1待发货 2待收货/待自提 3已完成 4 已取消 )") |
| | | @ApiModelProperty(value = "订单状态(1待发货 2待收货 3待自提 4已完成 5已取消 )") |
| | | private String orderType; |
| | | |
| | | @ApiModelProperty(value = "消费积分") |
| | |
| | | @ApiModelProperty(value = "取货方式(1邮寄 2自提)") |
| | | private String pickUpMethod; |
| | | |
| | | |
| | | @ApiModelProperty(value = "自提地址") |
| | | private String pickUpAddress; |
| | | } |