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