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

    CwCompanyEntity

    用工企业实体

    {
        "createUser": "string",
        "createTime": "string",
        "updateUser": "string",
        "updateTime": "string",
        "id": "string",
        "merchantId": "string",
        "companyName": "string",
        "addr": "string",
        "introduction": "string",
        "imgUrl": "string",
        "contact": "string",
        "contactPhone": "string",
        "proveList": "string",
        "status": "Draft",
        "auditRemark": "string",
        "auditTime": "string",
        "auditUser": "string",
        "longitude": "string",
        "latitude": "string",
        "merchantName": "string",
        "maskMobile": "string"
    }
    Built with