查询未在薪资项目里引入的标准薪资项目
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询未在薪资项目里引入的标准薪资项目</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>hcmc/salproj/getStdProjNotImportSalProj</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>入参示例</strong></p>
<pre><code></code></pre>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">progId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>薪酬方案ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"timeStamp": "1577776368674",
"returnCode": "0",
"beans": [
{
"note": "string",
"createUserId": "201910080000",
"dataLength": "0",
"dataType": "1",
"incOrDec": "0",
"modifyUserId": null,
"sort": "0",
"projProp": "1",
"classId": "2019112716360500016",
"modifyTime": null,
"createTime": "2019-11-29 17:28:18",
"name": "新增1",
"ids": null,
"decimalDigits": "0",
"id": "2019112917281700024",
"isReset": "0",
"roundType": "1",
"class": "class com.cmos.hcmc.beans.salary.SalStdProjDO",
"status": "0"
},
{
"note": "string",
"createUserId": "201910080000",
"dataLength": "0",
"dataType": "1",
"incOrDec": "0",
"modifyUserId": null,
"sort": "0",
"projProp": "1",
"classId": "2019112716360500016",
"modifyTime": null,
"createTime": "2019-11-29 17:28:18",
"name": "新增1",
"ids": null,
"decimalDigits": "0",
"id": "2019112917281700027",
"isReset": "0",
"roundType": "1",
"class": "class com.cmos.hcmc.beans.salary.SalStdProjDO",
"status": "2"
},
{
"note": "string",
"createUserId": "201910080000",
"dataLength": "0",
"dataType": "1",
"incOrDec": "0",
"modifyUserId": null,
"sort": "0",
"projProp": "1",
"classId": "2019112716360500016",
"modifyTime": null,
"createTime": "2019-11-29 17:39:06",
"name": "新增1",
"ids": null,
"decimalDigits": "0",
"id": "2019112917390600034",
"isReset": "0",
"roundType": "1",
"class": "class com.cmos.hcmc.beans.salary.SalStdProjDO",
"status": "2"
}
],
"returnMessage": "操作成功",
"bean": {
"total": "3"
}
}</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;">returnCode</td>
<td style="text-align: left;">String</td>
<td>返回编码</td>
</tr>
<tr>
<td style="text-align: left;">returnMessage</td>
<td style="text-align: left;">String</td>
<td>返回信息</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!</li>
</ul>