src/main/java/com/xcong/excoin/modules/yunding/vo/YdAgentOrderVo.java
@@ -34,9 +34,11 @@ private String account; private String phone; private String email; private String inviteId; @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss", timezone = "GMT+8") private Date createTime; }