GET api/JobCompany/GetFrontCompanyDto?id={id}
前台获取用人单位信息字段
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
简历id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
前台获取用人单位信息字段
JobCompanyFrontListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
主键 |
integer |
None. |
| UserId |
所属用户id |
integer |
None. |
| UserName |
所属用户会员名 |
string |
None. |
| CompanyName |
用人单位名称 |
string |
None. |
| TypeId |
公司性质 |
integer |
None. |
| TypeName |
公司性质名称 |
string |
None. |
| IndustryId |
所属行业 |
integer |
None. |
| IndustryName |
所属行业名称 |
string |
None. |
| ScaleId |
公司规模 |
integer |
None. |
| ScaleName |
公司规模名称 |
string |
None. |
| Phone |
公司电话 |
string |
None. |
| Logo |
公司Logo |
string |
None. |
| QuyuId |
区域id 默认值(0) |
integer |
None. |
| QuyuName |
区域名称 |
string |
None. |
| DiduanId |
地段id 默认值(0) |
integer |
None. |
| DiduanName |
地段名称 |
string |
None. |
| Address |
地址 |
string |
None. |
| GpsX |
坐标X 默认值(0) |
decimal number |
None. |
| GpsY |
坐标Y 默认值(0) |
decimal number |
None. |
| CreateTime |
创建时间 |
date |
None. |
| VipLevel |
套餐类型 |
VipLevel |
None. |
| VipTime |
钻石会员截止时间 |
date |
None. |
| IsCertificate |
是否认证 |
boolean |
None. |
| IsFamous |
是否名企 |
boolean |
None. |
| Comment |
公司介绍 |
string |
None. |
| PostNum |
企业发布招聘总数 |
integer |
None. |
| JobPostEntity |
企业发布的招聘岗位信息 |
Collection of JobPostEntityDto |
None. |
| PostIds |
企业发布的招聘id, |
string |
None. |
| RegisterNumber |
营业执照号码 |
string |
None. |
| RegisterLicenseFilePath |
营业执照文件 |
string |
None. |
| IsShow |
是否显示 |
boolean |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<JobCompanyFrontListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Company">
<Address>sample string 17</Address>
<Comment>sample string 23</Comment>
<CompanyName>sample string 4</CompanyName>
<CreateTime>2025-12-16T16:00:41.1714105+08:00</CreateTime>
<DiduanId>15</DiduanId>
<DiduanName>sample string 16</DiduanName>
<GpsX>18.1</GpsX>
<GpsY>19.1</GpsY>
<Id>1</Id>
<IndustryId>7</IndustryId>
<IndustryName>sample string 8</IndustryName>
<IsCertificate>true</IsCertificate>
<IsFamous>true</IsFamous>
<IsShow>true</IsShow>
<JobPostEntity xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobResume">
<d2p1:JobPostEntityDto>
<d2p1:CategoryId>3</d2p1:CategoryId>
<d2p1:CategoryName>sample string 4</d2p1:CategoryName>
<d2p1:DaiyuId>5</d2p1:DaiyuId>
<d2p1:DaiyuName>sample string 6</d2p1:DaiyuName>
<d2p1:JobPostId>1</d2p1:JobPostId>
<d2p1:JobPostName>sample string 2</d2p1:JobPostName>
<d2p1:zhiweixinzhi>FullTime</d2p1:zhiweixinzhi>
</d2p1:JobPostEntityDto>
<d2p1:JobPostEntityDto>
<d2p1:CategoryId>3</d2p1:CategoryId>
<d2p1:CategoryName>sample string 4</d2p1:CategoryName>
<d2p1:DaiyuId>5</d2p1:DaiyuId>
<d2p1:DaiyuName>sample string 6</d2p1:DaiyuName>
<d2p1:JobPostId>1</d2p1:JobPostId>
<d2p1:JobPostName>sample string 2</d2p1:JobPostName>
<d2p1:zhiweixinzhi>FullTime</d2p1:zhiweixinzhi>
</d2p1:JobPostEntityDto>
</JobPostEntity>
<Logo>sample string 12</Logo>
<Phone>sample string 11</Phone>
<PostIds>sample string 25</PostIds>
<PostNum>24</PostNum>
<QuyuId>13</QuyuId>
<QuyuName>sample string 14</QuyuName>
<RegisterLicenseFilePath>sample string 27</RegisterLicenseFilePath>
<RegisterNumber>sample string 26</RegisterNumber>
<ScaleId>9</ScaleId>
<ScaleName>sample string 10</ScaleName>
<TypeId>5</TypeId>
<TypeName>sample string 6</TypeName>
<UserId>2</UserId>
<UserName>sample string 3</UserName>
<VipLevel>None</VipLevel>
<VipTime>2025-12-16T16:00:41.1714105+08:00</VipTime>
</JobCompanyFrontListDto>