根据ids返回批次号列表以及count和total
<h3>简要描述</h3>
<h3>请求URL</h3>
<p><a href="http://localhost:9206/settlement/order/selectBatchNumber">http://localhost:9206/settlement/order/selectBatchNumber</a></p>
<h3>请求方式</h3>
<p>POST</p>
<h3>参数</h3>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>Integer[] bopids</td>
<td>是</td>
<td>Integer[]</td>
<td>主表选取的多个id</td>
</tr>
</tbody>
</table>
<p>[23,67,78]</p>
<h3>返回示例</h3>
<p>{</p>
<p> "msg": "操作成功",</p>
<p> "code": 200,</p>
<p> "flag": true,</p>
<p> "data": [</p>
<p> {</p>
<p> "batchNumber": "PCJS2025040800064",</p>
<p> "count": 1,</p>
<p> "totalPaymentAmount": 13.30</p>
<p> },</p>
<p> {</p>
<p> "batchNumber": "PCJS2025040800068",</p>
<p> "count": 1,</p>
<p> "totalPaymentAmount": 30.00</p>
<p> },</p>
<p> {</p>
<p> "batchNumber": "PCJS2025040800071",</p>
<p> "count": 1,</p>
<p> "totalPaymentAmount": 1000.00</p>
<p> },</p>
<p> {</p>
<p> "batchNumber": "PCJS2025040800074",</p>
<p> "count": 1,</p>
<p> "totalPaymentAmount": 15.20</p>
<p> },</p>
<p> {</p>
<p> "batchNumber": "PCJS2025040800075",</p>
<p> "count": 1,</p>
<p> "totalPaymentAmount": 70.00</p>
<p> },</p>
<p> {</p>
<p> "batchNumber": "PCJS2025040800076",</p>
<p> "count": 1,</p>
<p> "totalPaymentAmount": 100.00</p>
<p> }</p>
<p> ]</p>
<p>}</p>
<h3>返回参数说明</h3>
<p>batchNumber批次号 String
count 个数 int
totalPaymentAmount 总金额 Bigdecimal</p>