fix height typo in chat startup log view definition

This commit is contained in:
geekgeekrun
2024-03-29 09:37:46 +08:00
parent d5d7b6042f
commit a87f1d872f
@@ -30,7 +30,7 @@ export class VChatStartupLog {
salaryLow: number | null; salaryLow: number | null;
@ViewColumn() @ViewColumn()
salaryHeigh: number | null; salaryHeight: number | null;
@ViewColumn() @ViewColumn()
salaryMonth: number | null; salaryMonth: number | null;