项目管理


项目类型统计

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>项目类型统计</li> </ul> <h5>请求URL</h5> <ul> <li><code>/investment/analysis/queryProjectBudgetDimTj?belongDeptId=2&amp;amp;projectApprovalYear=2024</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>请求格式</h5> <ul> <li>?belongDeptId=2&amp;projectApprovalYear=2024</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;">belongDeptId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>归属部门ID</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> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;msg&amp;quot;: &amp;quot;Success!&amp;quot;,     &amp;quot;code&amp;quot;: 200,     &amp;quot;obj&amp;quot;: [         {             &amp;quot;param_value&amp;quot;: &amp;quot;类型1&amp;quot;,             &amp;quot;param_key&amp;quot;: &amp;quot;01&amp;quot;,             &amp;quot;budget_amount&amp;quot;: 8949691.92         },         {             &amp;quot;param_value&amp;quot;: &amp;quot;类型2&amp;quot;,             &amp;quot;param_key&amp;quot;: &amp;quot;02&amp;quot;,             &amp;quot;budget_amount&amp;quot;: 7779324.49         },         {             &amp;quot;param_value&amp;quot;: &amp;quot;测试&amp;quot;,             &amp;quot;param_key&amp;quot;: &amp;quot;03&amp;quot;,             &amp;quot;budget_amount&amp;quot;: 100000104354.22         }     ],     &amp;quot;success&amp;quot;: true }</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;">jsonobj</td> <td>数据对象</td> </tr> <tr> <td style="text-align: left;">--param_value</td> <td style="text-align: left;">String</td> <td>项目类型名称</td> </tr> <tr> <td style="text-align: left;">--param_key</td> <td style="text-align: left;">String</td> <td>项目类型编码</td> </tr> <tr> <td style="text-align: left;">--budget_amount</td> <td style="text-align: left;">float</td> <td>预算金额</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li> </li> </ul>

页面列表

ITEM_HTML