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

Interface CreatePositionRequest

front/src/api/position.ts:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31export interface CreatePositionRequest {
32 title: string
33 company?: string
34 salaryRange?: string
35 experience?: string
36 education?: string
37 location?: string
38 responsibilities: string
39 requirements: string
40 skills?: string[]
41}
42
43export const positionApi = {
44 // 获取岗位列表

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected