查询新增薪酬档案列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询新增薪酬档案列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/hcmc/salArchive/entrySalArchiveList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;"><strong>参数:</strong>
null</th>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"timeStamp": "1578898175012",
"returnCode": "0",
"beans": [
{
"empId": "2019121818063900059",
"createUserId": null,
"empType": null,
"idCard": "412723199310120032",
"unitStartDate": null,
"modifyUserId": null,
"pageSize": "0",
"authOrgIds": null,
"progId": null,
"posGrade": "2",
"posId": "2019121116121601952",
"total": "0",
"modifyTime": null,
"orgAttr": null,
"pages": "0",
"empName": "qwwww",
"dutyId": "2019121118320305017",
"id": null,
"salOrgId": null,
"class": "class com.cmos.hcmc.beans.salary.SalArchiveDO",
"paOrgId": null,
"posName": "综合支撑(产品运营支持)",
"salMonth": null,
"orgName": "在线公司/河南分公司",
"list": null,
"pageNum": "0",
"searchOrgId": null,
"secOrgId": "2019120410374000217",
"size": "0",
"createTime": null,
"empCode": "E5432112345",
"prvdProgId": null,
"posRank": "6"
},
{
"empId": "2019121911012200062",
"createUserId": null,
"empType": null,
"idCard": "412729199004120184",
"unitStartDate": null,
"modifyUserId": null,
"pageSize": "0",
"authOrgIds": null,
"progId": null,
"posGrade": "6",
"posId": "2019121116121601956",
"total": "0",
"modifyTime": null,
"orgAttr": null,
"pages": "0",
"empName": "wang",
"dutyId": "2019121118320305018",
"id": null,
"salOrgId": null,
"class": "class com.cmos.hcmc.beans.salary.SalArchiveDO",
"paOrgId": null,
"posName": "在线客服代表",
"salMonth": null,
"orgName": "在线公司/河南分公司",
"list": null,
"pageNum": "0",
"searchOrgId": null,
"secOrgId": "2019120410374000217",
"size": "0",
"createTime": null,
"empCode": "E2212309876",
"prvdProgId": null,
"posRank": "4"
}
],
"returnMessage": "操作成功",
"bean": {
"total": "2"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">empCode</td>
<td style="text-align: left;">string</td>
<td>员工编码</td>
</tr>
<tr>
<td style="text-align: left;">empName</td>
<td style="text-align: left;">string</td>
<td>员工姓名</td>
</tr>
<tr>
<td style="text-align: left;">orgName</td>
<td style="text-align: left;">string</td>
<td>所属组织</td>
</tr>
<tr>
<td style="text-align: left;">posName</td>
<td style="text-align: left;">string</td>
<td>职位</td>
</tr>
<tr>
<td style="text-align: left;">unitStartDate</td>
<td style="text-align: left;">string</td>
<td>入职时间</td>
</tr>
</tbody>
</table>