数据结构优化

This commit is contained in:
禺狨 2023-07-04 16:36:08 +08:00
parent 3f5d2fcfcc
commit fe7b20ff23

4
src/playedu.d.ts vendored
View File

@ -69,8 +69,8 @@ declare global {
is_verify: number;
created_at: string;
updated_at: string;
login_at: string | null;
verify_at: string | null;
login_at?: string;
verify_at?: string;
}
}