8 维修养护
<h5>请求URL</h5>
<ul>
<li><code>http://IP:端口号/dynamicData/maintenanceSave</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<p>功能描述 维修养护_上传</p>
<h3>请求参数</h3>
<table>
<thead>
<tr>
<th>名称</th>
<th>位置</th>
<th>类型</th>
<th>必选</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>token</td>
<td>header</td>
<td>string</td>
<td>否</td>
<td>none</td>
</tr>
<tr>
<td>body</td>
<td>body</td>
<td><a href="#schemadedynamicengineeringmaintenance">DeDynamicEngineeringMaintenance</a></td>
<td>否</td>
<td>none</td>
</tr>
</tbody>
</table>
<h3>返回结果</h3>
<table>
<thead>
<tr>
<th>状态码</th>
<th>状态码含义</th>
<th>说明</th>
<th>数据模型</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td><a href="https://tools.ietf.org/html/rfc7231#section-6.3.1">OK</a></td>
<td>成功</td>
<td>Inline</td>
</tr>
</tbody>
</table>
<h1>数据模型</h1>
<p><h2 id="tocS_R«Boolean»">R«Boolean»</h2></p>
<p><a id="schemar«boolean»"></a>
<a id="schema_R«Boolean»"></a>
<a id="tocSr«boolean»"></a>
<a id="tocsr«boolean»"></a></p>
<pre><code class="language-json">{
&quot;code&quot;: 0,
&quot;data&quot;: true,
&quot;msg&quot;: &quot;ok&quot;,
&quot;path&quot;: &quot;string&quot;,
&quot;extra&quot;: {
&quot;{}&quot;: {}
},
&quot;timestamp&quot;: &quot;System.currentTimeMillis()&quot;,
&quot;errorMsg&quot;: &quot;string&quot;
}
</code></pre>
<h3>属性</h3>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必选</th>
<th>约束</th>
<th>中文名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>integer</td>
<td>false</td>
<td>none</td>
<td>调用是否成功标识,0:成功,-1:系统繁忙,此时请开发者稍候再试 详情见[ExceptionCode]<br />响应编码:0/200-请求处理成功</td>
</tr>
<tr>
<td>data</td>
<td>boolean</td>
<td>false</td>
<td>none</td>
<td>调用结果<br />响应数据</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>结果消息,如果调用成功,消息通常为空T<br />提示消息</td>
</tr>
<tr>
<td>path</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>请求路径</td>
</tr>
<tr>
<td>extra</td>
<td><a href="#schemamap%c2%abobject%c2%bb">Map«Object»</a></td>
<td>false</td>
<td>none</td>
<td>附加数据<br />附加数据</td>
</tr>
<tr>
<td>timestamp</td>
<td>integer</td>
<td>false</td>
<td>none</td>
<td>响应时间<br />响应时间戳</td>
</tr>
<tr>
<td>errorMsg</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>系统报错时,抛出的原生信息<br />异常消息</td>
</tr>
</tbody>
</table>
<p><h2 id="tocS_DeDynamicEngineeringMaintenance">DeDynamicEngineeringMaintenance</h2></p>
<p><a id="schemadedynamicengineeringmaintenance"></a>
<a id="schema_DeDynamicEngineeringMaintenance"></a>
<a id="tocSdedynamicengineeringmaintenance"></a>
<a id="tocsdedynamicengineeringmaintenance"></a></p>
<pre><code class="language-json">{
&quot;enCode&quot;: &quot;string&quot;,
&quot;areaCode&quot;: &quot;string&quot;,
&quot;actualMaintenanceFund&quot;: 0,
&quot;paidMaintenanceFund&quot;: 0,
&quot;yearName&quot;: &quot;string&quot;,
&quot;yearScheduledStartTime&quot;: &quot;string&quot;,
&quot;yearScheduledEndTime&quot;: &quot;string&quot;,
&quot;yearActualEndTime&quot;: &quot;string&quot;,
&quot;gateName&quot;: &quot;string&quot;,
&quot;gateActualOpeningTime&quot;: &quot;string&quot;,
&quot;gateStatusReportingTime&quot;: &quot;string&quot;,
&quot;gateStateOpening&quot;: &quot;string&quot;,
&quot;gateStateFlow&quot;: 0,
&quot;gateActualCloseTime&quot;: &quot;string&quot;,
&quot;executeSpillwayName&quot;: &quot;string&quot;,
&quot;executeActualOpeningTime&quot;: &quot;string&quot;,
&quot;executeOpening&quot;: &quot;string&quot;,
&quot;executeFlow&quot;: 0,
&quot;executeActualCloseTime&quot;: &quot;string&quot;,
&quot;yearBeforPhotoUrl&quot;: &quot;string&quot;,
&quot;yearAfterPhotoUrl&quot;: &quot;string&quot;,
&quot;gateAfterPhotoUrl&quot;: &quot;string&quot;
}
</code></pre>
<h3>属性</h3>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必选</th>
<th>约束</th>
<th>中文名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>enCode</td>
<td>string</td>
<td>true</td>
<td>none</td>
<td>工程编码</td>
</tr>
<tr>
<td>areaCode</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>行政区划编码</td>
</tr>
<tr>
<td>actualMaintenanceFund</td>
<td>BigDecimal(18,2)</td>
<td>false</td>
<td>none</td>
<td>实际完成的维修养护资金</td>
</tr>
<tr>
<td>paidMaintenanceFund</td>
<td>BigDecimal(18,2)</td>
<td>false</td>
<td>none</td>
<td>已支付的维修养护资金</td>
</tr>
<tr>
<td>yearName</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>年度维修养护事项名称</td>
</tr>
<tr>
<td>yearScheduledStartTime</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>年度维修养护事项计划开始时间</td>
</tr>
<tr>
<td>yearScheduledEndTime</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>年度维修养护事项计划完成时间</td>
</tr>
<tr>
<td>yearActualEndTime</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>年度维修养护事项实际完成时间</td>
</tr>
<tr>
<td>gateName</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—闸门名称</td>
</tr>
<tr>
<td>gateActualOpeningTime</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—闸门实际开启时间</td>
</tr>
<tr>
<td>gateStatusReportingTime</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—闸门状态报告时间</td>
</tr>
<tr>
<td>gateStateOpening</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—闸门状态开度</td>
</tr>
<tr>
<td>gateStateFlow</td>
<td>BigDecimal(18,2)</td>
<td>false</td>
<td>none</td>
<td>调度令执行—闸门状态流量</td>
</tr>
<tr>
<td>gateActualCloseTime</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—闸门实际关闭时间</td>
</tr>
<tr>
<td>executeSpillwayName</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—泄洪洞名称</td>
</tr>
<tr>
<td>executeActualOpeningTime</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—泄洪洞实际开启时间</td>
</tr>
<tr>
<td>executeOpening</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—泄洪洞开度</td>
</tr>
<tr>
<td>executeFlow</td>
<td>BigDecimal(18,2)</td>
<td>false</td>
<td>none</td>
<td>调度令执行—泄洪洞流量</td>
</tr>
<tr>
<td>executeActualCloseTime</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—泄洪洞实际关闭时间</td>
</tr>
<tr>
<td>yearBeforPhotoUrl</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>年度维修养护事项养护前照片(文件)</td>
</tr>
<tr>
<td>yearAfterPhotoUrl</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>年度维修养护事项养护后照片(文件)</td>
</tr>
<tr>
<td>gateAfterPhotoUrl</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>调度令执行—闸门状态变化后照片(文件)</td>
</tr>
</tbody>
</table>