xiaoyong931011
2021-04-23 d4488a987cccd3ddd51a202a9f8aa71d3cdcbced
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;
}