mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-07-27 16:57:52 +08:00
fix typo of salary high and scale high in db
This commit is contained in:
@@ -20,7 +20,7 @@ export class CompanyInfo {
|
||||
@Column({
|
||||
nullable: true
|
||||
})
|
||||
scaleHeight?: number;
|
||||
scaleHigh?: number;
|
||||
|
||||
@Column({
|
||||
nullable: true
|
||||
|
||||
@@ -20,7 +20,7 @@ export class JobInfo {
|
||||
@Column({
|
||||
nullable: true
|
||||
})
|
||||
salaryHeight?: number;
|
||||
salaryHigh?: number;
|
||||
|
||||
@Column({
|
||||
nullable: true
|
||||
|
||||
@@ -30,7 +30,7 @@ export class VChatStartupLog {
|
||||
salaryLow: number | null;
|
||||
|
||||
@ViewColumn()
|
||||
salaryHeight: number | null;
|
||||
salaryHigh: number | null;
|
||||
|
||||
@ViewColumn()
|
||||
salaryMonth: number | null;
|
||||
|
||||
Reference in New Issue
Block a user