职业类型分析
<p>[TOC]</p>
<h1>com_wxjc_党建引领_查询_职业类型分析</h1>
<ul>
<li>
<p>无</p>
<p>请求URL</p>
</li>
<li>
<p><code>http://localhost:10013/partyProfessional/list</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>pageNumber</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>pageSize</td>
<td>10</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"message": null,
"data": {
"records": [
{
"organ": "13",
"code": "undefined,370102",
"enterprise": "11",
"retired": "366.1",
"id": 5,
"creationtime": "2021-04-15T14:55:29",
"free": "14",
"status": "1"
},
{
"organ": "43",
"code": "370102012",
"enterprise": "21",
"retired": "36.1",
"id": 3,
"creationtime": "2021-03-03T15:37:08",
"free": "24",
"status": "1"
},
{
"organ": "43",
"enterprise": "21",
"retired": "36.1",
"id": 2,
"creationtime": "2021-03-03T11:43:48",
"free": "24",
"status": "1"
}
],
"total": 3,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
}
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>records.organ</td>
<td>string</td>
<td>机关党员占比</td>
</tr>
<tr>
<td>records.code</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>records.enterprise</td>
<td>string</td>
<td>企业党员占比</td>
</tr>
<tr>
<td>records.retired</td>
<td>string</td>
<td>退休党员占比</td>
</tr>
<tr>
<td>records.id</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>records.creationtime</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>records.free</td>
<td>string</td>
<td>自由党员占比</td>
</tr>
<tr>
<td>records.status</td>
<td>string</td>
<td>1 启用 0 否</td>
</tr>
</tbody>
</table>
<h1>- com_wxjc_党建引领_新增_职业类型分析</h1>
<p>请求URL</p>
<ul>
<li><code>http://localhost:10013/partyProfessional/save</code></li>
</ul>
<p>请求方式
post
请求Body参数</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>retired</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>退休党员占比</td>
</tr>
<tr>
<td>free</td>
<td>2</td>
<td>是</td>
<td>string</td>
<td>自由党员占比</td>
</tr>
<tr>
<td>organ</td>
<td>3</td>
<td>是</td>
<td>string</td>
<td>机关党员占比</td>
</tr>
<tr>
<td>enterprise</td>
<td>4</td>
<td>是</td>
<td>string</td>
<td>企业党员占比</td>
</tr>
</tbody>
</table>
<h1>- com_wxjc_党建引领_删除_职业类型分析</h1>
<p>请求URL</p>
<ul>
<li><code>http://localhost:10013/partyProfessional/delete</code></li>
</ul>
<p>请求方式
post
请求Body参数</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>9</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>