| | |
| | | @ApiModelProperty(value = "下单人id") |
| | | private String userId; |
| | | |
| | | @ApiModelProperty(value = "核销状态(0待核销 1已核销)") |
| | | @ApiModelProperty(value = "核销状态(0待核销 1已核销 2订单已取消)") |
| | | private String cancelType; |
| | | |
| | | @ApiModelProperty(value = "核销时间") |
| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date updateTime; |
| | | |
| | | @ApiModelProperty(value = "取消时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date abolishTime; |
| | | |
| | | |
| | | @ApiModelProperty(value = "商品名称") |
| | | private String goodName; |
| | | |
| | |
| | | @ApiModelProperty(value = "电话") |
| | | private String phone; |
| | | |
| | | |
| | | @ApiModelProperty(value = "兑换地址") |
| | | private String address; |
| | | |
| | | @ApiModelProperty(value = "纬度") |
| | | private String lat; |
| | | |
| | | @ApiModelProperty(value = "经度") |
| | | private String lng; |
| | | |
| | | @ApiModelProperty(value = "兑换状态(1每天 2周一到周五 3周末)") |
| | | private String businessType; |
| | | |
| | | @ApiModelProperty(value = "兑换开始时间") |
| | | private String businessStartTime; |
| | | |
| | | @ApiModelProperty(value = "兑换结束时间") |
| | | private String businessEndTime; |
| | | |
| | | |
| | | |
| | | } |