职安心
    职安心
    • 企业
      • 查询商户下属企业列表
        GET
      • 根据名称查询企业
        GET
      • 增加或更新企业
        POST
    • 岗位
      • 查询岗位
        GET
      • 发布岗位
        POST
      • 更新岗位
        POST
      • 工种列表
        GET
      • 设置岗位上下架
        POST
    • 数据字典
      • 学历字典
        GET
    • 数据模型
      • CwCompanyEntity
      • ApiResponseListCwCompanyEntity
      • RestResponse
      • ApiResponse?
      • JobVO
      • CompanyVO
      • CwJobEntity
      • JobForm
      • ApiResponseJobVO
      • ApiResponseListCompanyVO
      • SysDictEntity
      • JobTypeVO
      • ApiResponseString
      • ApiResponseListSysDictEntity
      • ApiResponseListJobTypeVO
      • SetRecruitForm
      • ApiResponseCompanyVO
      • CompanyForm

    ApiResponseJobVO

    岗位信息

    {
        "code": 0,
        "msg": "string",
        "data": {
            "id": "string",
            "name": "string",
            "companyId": "string",
            "label": "string",
            "sort": 0,
            "publishChannel": "string",
            "recruitStatus": "Recruiting",
            "isSigned": 0,
            "requirements": "string",
            "workArea": "string",
            "workAddr": "string",
            "roomSupply": "string",
            "degreeReq": "string",
            "workExp": "string",
            "skillReq": "string",
            "otherReq": "string",
            "interviewType": "{title: 现场面试}",
            "salaryType": "Day",
            "salaryMin": 0,
            "salaryMax": 0,
            "salaryRemark": "string",
            "type": "CwJobEntity.Type.全职",
            "recruitNum": 1,
            "imgUrl": "string",
            "listPicUrl": "string",
            "videoUrl": "string",
            "isHot": 0,
            "interviewAddr": "string",
            "interviewerName": "string",
            "interviewPhone": "string",
            "longitude": "string",
            "latitude": "string",
            "isUrgent": 0,
            "jobType": "string"
        }
    }
    Built with