|
|
@ -86,5 +86,8 @@ public class DetailY implements Serializable { |
|
|
|
|
|
|
|
private String uid; |
|
|
|
private BigDecimal gold_last; |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date auditTime; |
|
|
|
|
|
|
|
} |