m
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { JobHuntingModel } from 'src/model/job_hunting.model';
|
||||
import { Repository } from 'typeorm';
|
||||
import { JobHuntingApplyDto, JobHuntingInfoDto } from '../dto/job_hunting.dto';
|
||||
export declare class JobHuntingService {
|
||||
private jobHuntingModel;
|
||||
constructor(jobHuntingModel: Repository<JobHuntingModel>);
|
||||
info(dto: JobHuntingInfoDto): Promise<import("src/app/common/api").ApiResponseVo<JobHuntingModel | null | undefined>>;
|
||||
apply(dto: JobHuntingApplyDto): Promise<import("src/app/common/api").ApiResponseVo<unknown>>;
|
||||
}
|
||||
Reference in New Issue
Block a user