feat: kyc page contain user name
This commit is contained in:
@@ -9,6 +9,7 @@ import org.wfc.system.domain.constant.KycStatusEnum;
|
||||
public class UKycUserVo {
|
||||
private Long kycId;
|
||||
private Long userId;
|
||||
private String userName;
|
||||
private String realName;
|
||||
private String birthDate;
|
||||
private IdTypeEnum idType;
|
||||
|
||||
Reference in New Issue
Block a user