查询薪资项目详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询薪资项目详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>hcmc/salproj/detailSalProj</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>入参示例</strong></p>
<pre><code>{
"id": "2019122812112000239"
}</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>主键</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"timeStamp": "1577699931195",
"returnCode": "0",
"beans": [],
"returnMessage": "操作成功",
"bean": {
"note": "11",
"createUserId": "1",
"projType": "1",
"modifyUserId": "1",
"incOrDecName": "增项",
"pageSize": "0",
"progId": "2019122411165500010",
"stdProjName": "新增136",
"projProp": "1",
"projPropName": "公共类",
"classId": "2019112716360500016",
"total": "0",
"modifyTime": "Sat Dec 28 12:11:20 CST 2019",
"pages": "0",
"id": "2019122812112000239",
"isReset": "1",
"roundType": "1",
"class": "class com.cmos.hcmc.beans.salary.SalProjDO",
"dataMonth": "2",
"roundTypeName": "四舍五入",
"dataLength": "2",
"dataTypeName": "数值型",
"dataType": "1",
"incOrDec": "1",
"projTypeName": "手动输入",
"stdProjId": "2019112917281700028",
"isResetName": "是",
"pageNum": "0",
"isStdProj": "0",
"isForbidden": "1",
"size": "0",
"createTime": "Sat Dec 28 12:11:20 CST 2019",
"name": "whx薪资项目1",
"decimalDigits": "2",
"dataMonthValue": "去尾法",
"status": "1"
}
}</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>更多返回错误代码请看首页的错误代码描述</li>
</ul>