查询发放方案详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询发放方案详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>hcmc/salPrvdProg/detailSalPrvdProgInfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>入参示例</strong></p>
<pre><code>{
"id": "2019120217244200002"
}</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": "1575340018870",
"returnCode": "0",
"beans": [],
"returnMessage": "操作成功",
"bean": {},
"ext1": {
"note": "测试note2",
"createUserId": 0,
"code": "XC0708440008",
"modifyUserId": 0,
"pageSize": 0,
"progId": 1,
"pageNum": 0,
"orgId": 2019092614553050000,
"total": 0,
"modifyTime": "2019-12-03 09:05:58",
"pages": 0,
"size": 0,
"createTime": "2019-12-03 09:05:58",
"salProjDOList": [
{
"note": "薪资5",
"createUserId": 0,
"projType": "1",
"modifyUserId": 0,
"pageSize": 0,
"progId": 1,
"projProp": "2",
"tableName": "t_1",
"classId": 0,
"total": 0,
"modifyTime": "Sat Nov 30 10:17:38 CST 2019",
"pages": 0,
"id": 2019113010173700000,
"isReset": 0,
"roundType": "1",
"tableColumn": "c_1",
"dataMonth": "-2",
"isStdProj": 0,
"dataLength": 250,
"dataType": "1",
"incOrDec": 1,
"stdProjId": 2019112917281700000,
"sort": 1,
"pageNum": 0,
"isForbidden": 0,
"size": 0,
"createTime": "Sat Nov 30 10:17:38 CST 2019",
"name": "薪资测试4",
"decimalDigits": 2,
"status": 1
},
{
"note": "薪资6",
"createUserId": 0,
"projType": "1",
"modifyUserId": 0,
"pageSize": 0,
"progId": 1,
"projProp": "2",
"tableName": "t_1",
"classId": 0,
"total": 0,
"modifyTime": "Sat Nov 30 10:17:46 CST 2019",
"pages": 0,
"id": 2019113010174600000,
"isReset": 0,
"roundType": "1",
"tableColumn": "c_1",
"dataMonth": "-2",
"isStdProj": 0,
"dataLength": 250,
"dataType": "1",
"incOrDec": 1,
"stdProjId": 2019112917281700000,
"sort": 1,
"pageNum": 0,
"isForbidden": 0,
"size": 0,
"createTime": "Sat Nov 30 10:17:46 CST 2019",
"name": "薪资测试5",
"decimalDigits": 2,
"status": 1
}
],
"curSalMonth": "201912",
"name": "测试2",
"id": 2019120309055800000,
"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>更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!</li>
</ul>