|
|
|
@ -13,16 +13,16 @@ import java.time.LocalDateTime; |
|
|
|
public class RightsOrderVo { |
|
|
|
private Integer id; |
|
|
|
|
|
|
|
private String mobile; |
|
|
|
private String mobile; //用户手机号
|
|
|
|
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private LocalDateTime orderTime;//订单创建时间
|
|
|
|
|
|
|
|
private Integer status;//1 成功 0失败 2支付接口返回成功未收到回调
|
|
|
|
|
|
|
|
private String code; |
|
|
|
private String code; //接口响应码
|
|
|
|
|
|
|
|
private String reason; |
|
|
|
private String reason; //接口响应原因
|
|
|
|
|
|
|
|
private String rightsType; //权益类型
|
|
|
|
|
|
|
|
|