职安心
    职安心
    • 企业
      • 查询商户下属企业列表
        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

    CompanyVO

    com.platform.openapi.vo.CompanyVO

    {
        "id": "string",
        "companyName": "string",
        "addr": "string",
        "introduction": "string",
        "imgUrl": "string",
        "contact": "string",
        "contactPhone": "string",
        "status": "Draft",
        "longitude": "string",
        "latitude": "string"
    }
    Built with