m
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
import { VerifyAuditStatus } from 'src/model/user_verify.model';
|
||||
export declare class UserVerifyInfoVo {
|
||||
hasUpload: boolean;
|
||||
isApproved: boolean;
|
||||
status?: VerifyAuditStatus;
|
||||
realName?: string;
|
||||
idCardNo?: string;
|
||||
idCardFront?: string;
|
||||
idCardBack?: string;
|
||||
handHoldIdCard?: string;
|
||||
rejectReason?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user