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:
geekgeekrun
2024-03-17 21:57:05 +08:00
parent 883e443e61
commit 3c3d8f2bf2
8 changed files with 171 additions and 28 deletions

View File

@@ -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