|
|
@ -27,7 +27,7 @@ public class RechargeVo { |
|
|
|
|
|
|
|
private String remark; |
|
|
|
private Integer flag; |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
private Date createTime; |
|
|
|
private Date startDate; |
|
|
|