MCPcopy Create free account
hub / github.com/LQF-dev/smart-hr / MatchRequest

Interface MatchRequest

front/src/api/match.ts:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export interface MatchRequest {
38 resumeId: number
39 positionId: number
40}
41
42export const matchApi = {
43 // 执行单次匹配

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected