xiaoyong931011
2021-05-18 7e3ef24a24df87f71beedefeec3febb1ce13b094
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;
}