"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JobHuntingApplyDto = exports.JobHuntingInfoDto = void 0; const openapi = require("@nestjs/swagger"); const swagger_1 = require("@nestjs/swagger"); const job_hunting_model_1 = require("../../../model/job_hunting.model"); class JobHuntingInfoDto extends (0, swagger_1.PickType)(job_hunting_model_1.JobHuntingModel, ['type']) { static _OPENAPI_METADATA_FACTORY() { return {}; } } exports.JobHuntingInfoDto = JobHuntingInfoDto; class JobHuntingApplyDto extends (0, swagger_1.PickType)(job_hunting_model_1.JobHuntingModel, [ 'type', 'realName', 'idCardNo', 'phone', 'teamCount', 'dreamResume', ]) { static _OPENAPI_METADATA_FACTORY() { return {}; } } exports.JobHuntingApplyDto = JobHuntingApplyDto; //# sourceMappingURL=job_hunting.dto.js.map