查询计划列表
<p>欢迎使用July-Doc!</p>
<p><strong>控制器描述:</strong></p>
<ul>
<li>
</li>
</ul>
<p><strong>作者:</strong></p>
<ul>
<li>zhugl</li>
</ul>
<p><strong>创建时间:</strong></p>
<ul>
<li>2024/10/11</li>
</ul>
<p><strong>简要描述:</strong></p>
<ul>
<li>查询计划列表</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://{}/member/preDevelopPlan/queryQuotaDetail</code></p>
<p><strong>请求方式:</strong>
<code>POST</code></p>
<p><strong>Content-Type:</strong>
<code>application/json; charset=utf-8</code></p>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>必填项</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>organizationId</td>
<td>string</td>
<td>党组织id</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>year</td>
<td>int32</td>
<td>年份</td>
<td>false</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong></p>
<pre><code>{
&quot;organizationId&quot;:&quot;97&quot;,
&quot;year&quot;:374
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>int32</td>
<td>涓氬姟閿欒鐮?<br>-- GETTER --<br> 鑾峰彇缁撴灉缂栫爜</td>
<td>-</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>鎻忚堪<br>-- GETTER --<br> 鑾峰彇娑堟伅鎻愮ず</td>
<td>-</td>
</tr>
<tr>
<td>content</td>
<td>object</td>
<td>缁撴灉闆?<br>-- GETTER --<br> 鑾峰彇涓氬姟鏁版嵁</td>
<td>-</td>
</tr>
<tr>
<td>└─id</td>
<td>int64</td>
<td>id</td>
<td>-</td>
</tr>
<tr>
<td>└─year</td>
<td>int32</td>
<td>年份</td>
<td>-</td>
</tr>
<tr>
<td>└─partyId</td>
<td>string</td>
<td>党委id</td>
<td>-</td>
</tr>
<tr>
<td>└─partyName</td>
<td>string</td>
<td>党委名称</td>
<td>-</td>
</tr>
<tr>
<td>└─quota</td>
<td>int32</td>
<td>计划指标数</td>
<td>-</td>
</tr>
<tr>
<td>└─quotaComplete</td>
<td>int32</td>
<td>完成指标数</td>
<td>-</td>
</tr>
<tr>
<td>└─status</td>
<td>int32</td>
<td>状态(0未完成,1已完成)</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;code&quot;:0,
&quot;msg&quot;:处理成功,
&quot;content&quot;:[
{
&quot;id&quot;:452,
&quot;year&quot;:727,
&quot;partyId&quot;:&quot;97&quot;,
&quot;partyName&quot;:&quot;子骞.崔&quot;,
&quot;quota&quot;:886,
&quot;quotaComplete&quot;:815,
&quot;status&quot;:682
}
]
}</code></pre>
<p><strong>备注</strong></p>
<ul>
<li>暂无错误代码描述信息</li>
</ul>