src/main/java/com/xcong/excoin/modules/agent/pojo/AgentUser.java
@@ -97,12 +97,13 @@ private Integer certifyStatus; private Integer accountType; private Integer accountStatus; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date startTime; private String startTime; private Date startDate; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date endTime; private String endTime; private Date endDate; }