GET api/JobPost/GetFullTimeJobAuditNum

获取全职计数

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取全职计数

JobPostAuditNumsDto
NameDescriptionTypeAdditional information
AllNum

全部数量

integer

None.

PassNum

通过数量

integer

None.

ToPassNum

待审数量

integer

None.

RefuseNum

拒绝数量

integer

None.

DustbinNum

回收站数量

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<JobPostAuditNumsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin">
  <DustbinNum>4</DustbinNum>
  <PassNum>1</PassNum>
  <RefuseNum>3</RefuseNum>
  <ToPassNum>2</ToPassNum>
</JobPostAuditNumsDto>