123
This commit is contained in:
@@ -17,6 +17,8 @@ import lombok.EqualsAndHashCode;
|
|||||||
@EqualsAndHashCode(callSuper=false)
|
@EqualsAndHashCode(callSuper=false)
|
||||||
public class RiskUser extends BaseEntity<Long> {
|
public class RiskUser extends BaseEntity<Long> {
|
||||||
|
|
||||||
|
private String fid;
|
||||||
|
|
||||||
private String username;
|
private String username;
|
||||||
|
|
||||||
private String realname;
|
private String realname;
|
||||||
@@ -25,4 +27,5 @@ public class RiskUser extends BaseEntity<Long> {
|
|||||||
|
|
||||||
private String type;
|
private String type;
|
||||||
|
|
||||||
|
private String lables;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user