src/main/java/com/xcong/excoin/modules/agent/pojo/AgentUser.java
@@ -51,7 +51,7 @@ /** * 上级邀请码 */ private String referId; private String refererId; /** * 发展代理数 @@ -89,4 +89,9 @@ */ private Date createTime; /** * 实名状态 */ private Integer certifyStatus; }