查询项目里程碑分页接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查询项目里程碑分页接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/investment/milestone/queryProjectMileStonePage</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST_JSON</li>
</ul>
<h5>请求参数</h5>
<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;">pageSize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>页码</td>
</tr>
<tr>
<td style="text-align: left;">pageNum</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>每页数量</td>
</tr>
<tr>
<td style="text-align: left;">likeParam</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>查询条件</td>
</tr>
<tr>
<td style="text-align: left;">projectApprovalYear</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>项目年度</td>
</tr>
<tr>
<td style="text-align: left;">projectTypeId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>项目类型</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;likeParam&quot;: &quot;likeParam_278ea37f21a2&quot;,
&quot;projectApprovalYear&quot;: &quot;projectApprovalYear_a610f5b9b482&quot;,
&quot;projectTypeId&quot;: &quot;projectTypeId_e3ff8e62711a&quot;,
&quot;pageSize&quot;: 10,
&quot;pageNum&quot;: 1
}</code></pre>
<h5>返回参数说明</h5>
<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;">code</td>
<td style="text-align: left;">int</td>
<td>接口通信标识 200 成功</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>接口通信标识说明</td>
</tr>
<tr>
<td style="text-align: left;">success</td>
<td style="text-align: left;">boolean</td>
<td>接口通信是否成功:true 成功</td>
</tr>
<tr>
<td style="text-align: left;">obj</td>
<td style="text-align: left;">object</td>
<td>返回数据</td>
</tr>
</tbody>
</table>
<h5>obj返回参数说明</h5>
<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;">projectName</td>
<td style="text-align: left;">String</td>
<td>项目名称</td>
</tr>
<tr>
<td style="text-align: left;">projectApprovalYear</td>
<td style="text-align: left;">String</td>
<td>立项年度</td>
</tr>
<tr>
<td style="text-align: left;">projectApprovalYear</td>
<td style="text-align: left;">String</td>
<td>立项年度</td>
</tr>
<tr>
<td style="text-align: left;">planBeginTime</td>
<td style="text-align: left;">date</td>
<td>计划开始时间</td>
</tr>
<tr>
<td style="text-align: left;">planEndTime</td>
<td style="text-align: left;">date</td>
<td>计划结束时间</td>
</tr>
<tr>
<td style="text-align: left;">personInChargeName</td>
<td style="text-align: left;">String</td>
<td>项目负责人</td>
</tr>
<tr>
<td style="text-align: left;">projectTypeName</td>
<td style="text-align: left;">String</td>
<td>项目类型名</td>
</tr>
<tr>
<td style="text-align: left;">supervisorName</td>
<td style="text-align: left;">String</td>
<td>项目监管人</td>
</tr>
<tr>
<td style="text-align: left;">belongDeptName</td>
<td style="text-align: left;">String</td>
<td>归属部门</td>
</tr>
<tr>
<td style="text-align: left;">projectLabelNames</td>
<td style="text-align: left;">String</td>
<td>项目标签名称</td>
</tr>
<tr>
<td style="text-align: left;">packageList</td>
<td style="text-align: left;">String</td>
<td>项目拆包列表</td>
</tr>
<tr>
<td style="text-align: left;">isPackage</td>
<td style="text-align: left;">String</td>
<td>是否分包 0 未分包; 1 已分包</td>
</tr>
</tbody>
</table>
<h5>packageList返回参数说明</h5>
<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;">packageId</td>
<td style="text-align: left;">String</td>
<td>项目包id</td>
</tr>
<tr>
<td style="text-align: left;">packageName</td>
<td style="text-align: left;">String</td>
<td>包名称</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;Success!&quot;,
&quot;code&quot;: 200,
&quot;obj&quot;: {
&quot;records&quot;: [
{
&quot;id&quot;: &quot;ea4fa1a674ba4e989e8e3eb7ec938ff0&quot;,
&quot;applyNum&quot;: &quot;LX-20241107-17&quot;,
&quot;projectNum&quot;: &quot;XM-20241107-56&quot;,
&quot;projectName&quot;: &quot;雪1107-2&quot;,
&quot;projectTypeId&quot;: &quot;01&quot;,
&quot;projectTypeName&quot;: &quot;类型1&quot;,
&quot;projectApprovalYear&quot;: &quot;2024&quot;,
&quot;belongDeptId&quot;: 33717,
&quot;belongDeptName&quot;: &quot;妇产科&quot;,
&quot;personInChargeId&quot;: 25580,
&quot;personInChargeName&quot;: &quot;人事简历管理员&quot;,
&quot;planBeginTime&quot;: &quot;2024-11-01 00:00:00&quot;,
&quot;planEndTime&quot;: &quot;2024-11-01 00:00:00&quot;,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeAtr&quot;: null,
&quot;supervisorId&quot;: 25580,
&quot;supervisorName&quot;: &quot;人事简历管理员&quot;,
&quot;isClassifiedId&quot;: &quot;02&quot;,
&quot;isClassifiedName&quot;: &quot;否&quot;,
&quot;budgetAmount&quot;: 9000.000,
&quot;sourceOfFundsId&quot;: &quot;01&quot;,
&quot;sourceOfFundsName&quot;: &quot;类型1&quot;,
&quot;withinTheAnnualBudgetId&quot;: &quot;02&quot;,
&quot;withinTheAnnualBudgetName&quot;: &quot;否&quot;,
&quot;projectLabelIds&quot;: &quot;01,02&quot;,
&quot;projectLabelNames&quot;: &quot;销赃,贿赂&quot;,
&quot;projectBackground&quot;: &quot;001&quot;,
&quot;mainArchitecturalContent&quot;: &quot;001&quot;,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: &quot;人事简历管理员&quot;,
&quot;documentPreparationDeptName&quot;: &quot;妇产科&quot;,
&quot;documentPreparationDate&quot;: &quot;2024-11-07&quot;,
&quot;createTime&quot;: &quot;2024-11-07 19:38:24&quot;,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: 25580,
&quot;projectStatus&quot;: 5,
&quot;isDel&quot;: 2,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: null,
&quot;packageList&quot;: []
},
{
&quot;id&quot;: &quot;2cd55a6186e7484ab3468212def65dc2&quot;,
&quot;applyNum&quot;: &quot;LX-20241107-14&quot;,
&quot;projectNum&quot;: &quot;XM-20241107-53&quot;,
&quot;projectName&quot;: &quot;雪1107-1&quot;,
&quot;projectTypeId&quot;: &quot;01&quot;,
&quot;projectTypeName&quot;: &quot;类型1&quot;,
&quot;projectApprovalYear&quot;: &quot;2024&quot;,
&quot;belongDeptId&quot;: 33717,
&quot;belongDeptName&quot;: &quot;妇产科&quot;,
&quot;personInChargeId&quot;: 25580,
&quot;personInChargeName&quot;: &quot;人事简历管理员&quot;,
&quot;planBeginTime&quot;: &quot;2024-11-06 00:00:00&quot;,
&quot;planEndTime&quot;: &quot;2024-11-06 00:00:00&quot;,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeAtr&quot;: null,
&quot;supervisorId&quot;: 1,
&quot;supervisorName&quot;: &quot;新闻管理员&quot;,
&quot;isClassifiedId&quot;: &quot;02&quot;,
&quot;isClassifiedName&quot;: &quot;否&quot;,
&quot;budgetAmount&quot;: 8000.000,
&quot;sourceOfFundsId&quot;: &quot;01&quot;,
&quot;sourceOfFundsName&quot;: &quot;类型1&quot;,
&quot;withinTheAnnualBudgetId&quot;: &quot;02&quot;,
&quot;withinTheAnnualBudgetName&quot;: &quot;否&quot;,
&quot;projectLabelIds&quot;: &quot;01,02&quot;,
&quot;projectLabelNames&quot;: &quot;销赃,贿赂&quot;,
&quot;projectBackground&quot;: &quot;项目背景001&quot;,
&quot;mainArchitecturalContent&quot;: &quot;主要建筑内容002&quot;,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: &quot;人事简历管理员&quot;,
&quot;documentPreparationDeptName&quot;: &quot;妇产科&quot;,
&quot;documentPreparationDate&quot;: &quot;2024-11-07&quot;,
&quot;createTime&quot;: &quot;2024-11-07 16:10:19&quot;,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: 25580,
&quot;projectStatus&quot;: 5,
&quot;isDel&quot;: 2,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: null,
&quot;packageList&quot;: [
{
&quot;id&quot;: &quot;2cd55a6186e7484ab3468212def65dc2&quot;,
&quot;applyNum&quot;: &quot;LX-20241107-14&quot;,
&quot;projectNum&quot;: &quot;XM-20241107-53&quot;,
&quot;projectName&quot;: &quot;雪1107-1&quot;,
&quot;projectTypeId&quot;: &quot;01&quot;,
&quot;projectTypeName&quot;: &quot;类型1&quot;,
&quot;projectApprovalYear&quot;: &quot;2024&quot;,
&quot;belongDeptId&quot;: 33717,
&quot;belongDeptName&quot;: &quot;妇产科&quot;,
&quot;personInChargeId&quot;: 25580,
&quot;personInChargeName&quot;: &quot;人事简历管理员&quot;,
&quot;planBeginTime&quot;: &quot;2024-11-06 00:00:00&quot;,
&quot;planEndTime&quot;: &quot;2024-11-06 00:00:00&quot;,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeAtr&quot;: null,
&quot;supervisorId&quot;: 1,
&quot;supervisorName&quot;: &quot;新闻管理员&quot;,
&quot;isClassifiedId&quot;: &quot;02&quot;,
&quot;isClassifiedName&quot;: &quot;否&quot;,
&quot;budgetAmount&quot;: 8000.000,
&quot;sourceOfFundsId&quot;: &quot;01&quot;,
&quot;sourceOfFundsName&quot;: &quot;类型1&quot;,
&quot;withinTheAnnualBudgetId&quot;: &quot;02&quot;,
&quot;withinTheAnnualBudgetName&quot;: &quot;否&quot;,
&quot;projectLabelIds&quot;: &quot;01,02&quot;,
&quot;projectLabelNames&quot;: &quot;销赃,贿赂&quot;,
&quot;projectBackground&quot;: &quot;项目背景001&quot;,
&quot;mainArchitecturalContent&quot;: &quot;主要建筑内容002&quot;,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: &quot;人事简历管理员&quot;,
&quot;documentPreparationDeptName&quot;: &quot;妇产科&quot;,
&quot;documentPreparationDate&quot;: &quot;2024-11-07&quot;,
&quot;createTime&quot;: &quot;2024-11-07 16:10:19&quot;,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: 25580,
&quot;projectStatus&quot;: 5,
&quot;isDel&quot;: 2,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: null,
&quot;packageId&quot;: &quot;111&quot;,
&quot;packageName&quot;: null
}
]
}
],
&quot;total&quot;: 5,
&quot;size&quot;: 10,
&quot;current&quot;: 1,
&quot;orders&quot;: [],
&quot;optimizeCountSql&quot;: true,
&quot;hitCount&quot;: false,
&quot;countId&quot;: null,
&quot;maxLimit&quot;: null,
&quot;pageSize&quot;: 10,
&quot;pageNum&quot;: 1,
&quot;searchCount&quot;: true,
&quot;pages&quot;: 1
},
&quot;success&quot;: true
}</code></pre>
<h5>备注</h5>
<p>-</p>