m
This commit is contained in:
+8
@@ -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 {};
|
||||
Reference in New Issue
Block a user