This commit is contained in:
qq
2026-04-21 22:34:39 +08:00
commit c28429b589
718 changed files with 48804 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { JobHuntingModel } from 'src/model/job_hunting.model';
declare const JobHuntingInfoDto_base: import("@nestjs/common").Type<Pick<JobHuntingModel, "type">>;
export declare class JobHuntingInfoDto extends JobHuntingInfoDto_base {
}
declare const JobHuntingApplyDto_base: import("@nestjs/common").Type<Pick<JobHuntingModel, "type" | "realName" | "idCardNo" | "phone" | "teamCount" | "dreamResume">>;
export declare class JobHuntingApplyDto extends JobHuntingApplyDto_base {
}
export {};