mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-08-08 23:13:48 +08:00
enhance run core - add the logic to save the start chat logic to db; modify some entity with wrong type.
This commit is contained in:
@@ -26,18 +26,13 @@ export class JobInfo {
|
||||
})
|
||||
salaryMonth?: number;
|
||||
|
||||
@Column({
|
||||
nullable: true
|
||||
})
|
||||
experienceYearLow?: number;
|
||||
|
||||
@Column({
|
||||
nullable: true
|
||||
})
|
||||
experienceYearHigh?: number;
|
||||
|
||||
@Column()
|
||||
publishDate: Date;
|
||||
experienceName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true
|
||||
})
|
||||
publishDate?: Date;
|
||||
|
||||
@Column({
|
||||
nullable: true
|
||||
|
||||
Reference in New Issue
Block a user