src/main/java/com/xcong/excoin/modules/agent/pojo/AgentUser.java
@@ -1,5 +1,7 @@ package com.xcong.excoin.modules.agent.pojo; import com.baomidou.mybatisplus.annotation.TableField; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Data; import javax.validation.constraints.NotBlank; @@ -91,6 +93,17 @@ /** * 实名状态 */ //@TableField(exist = false) private Integer certifyStatus; private Integer accountType; private Integer accountStatus; private String startTime; private Date startDate; private String endTime; private Date endDate; }