fix typo of salary high and scale high in db

This commit is contained in:
geekgeekrun
2024-04-05 17:57:26 +08:00
parent 0f7d0be266
commit f4427d841a
7 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ export class CompanyInfo {
@Column({
nullable: true
})
scaleHeight?: number;
scaleHigh?: number;
@Column({
nullable: true

View File

@@ -20,7 +20,7 @@ export class JobInfo {
@Column({
nullable: true
})
salaryHeight?: number;
salaryHigh?: number;
@Column({
nullable: true

View File

@@ -30,7 +30,7 @@ export class VChatStartupLog {
salaryLow: number | null;
@ViewColumn()
salaryHeight: number | null;
salaryHigh: number | null;
@ViewColumn()
salaryMonth: number | null;