user modify
This commit is contained in:
parent
97776df744
commit
83f68d717c
|
@ -10,17 +10,21 @@ export enum StatusName {
|
||||||
export interface User extends DateAudit {
|
export interface User extends DateAudit {
|
||||||
id?: number;
|
id?: number;
|
||||||
username?: string;
|
username?: string;
|
||||||
|
|
||||||
nickname?: string;
|
nickname?: string;
|
||||||
email?: string;
|
email?: string;
|
||||||
block?: boolean;
|
block?: boolean;
|
||||||
|
refEnable?: boolean;
|
||||||
|
ref?: number;
|
||||||
isAdmin?: boolean;
|
isAdmin?: boolean;
|
||||||
sendEmail?: boolean;
|
sendEmail?: boolean;
|
||||||
activation?: string;
|
|
||||||
lastResetTime?: Date;
|
lastResetTime?: Date;
|
||||||
|
blockCreatedAt?: Date;
|
||||||
resetCount?: number;
|
resetCount?: number;
|
||||||
otpKey?: string;
|
otpKey?: string;
|
||||||
otp?: string;
|
otp?: string;
|
||||||
requireReset?: boolean;
|
|
||||||
phone?: string;
|
phone?: string;
|
||||||
descriptions?: string;
|
descriptions?: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user