模具查询设备
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>模具查询设备</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://127.0.0.1:9888/system/sysMold/findDevice</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</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;">deviceName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">String</td>
<td>设备的名称</td>
</tr>
<tr>
<td style="text-align: left;">deviceType</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">String</td>
<td>设备的的类型(字典:)</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;success&quot;: true,
&quot;msg&quot;: &quot;&quot;,
&quot;code&quot;: 200,
&quot;result&quot;: {
&quot;total&quot;: 51,
&quot;list&quot;: [
{
&quot;sort&quot;: null,
&quot;status&quot;: null,
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;delFlag&quot;: null,
&quot;sysFiledMenuExtendList&quot;: null,
&quot;filedList&quot;: null,
&quot;id&quot;: &quot;1856949233853894657&quot;,
&quot;deviceCode&quot;: &quot;sasd的1&quot;,
&quot;deviceName&quot;: &quot;1123是a&quot;,
&quot;deviceType&quot;: &quot;生产设备&quot;,
&quot;deviceAdminName&quot;: null,
&quot;deviceModel&quot;: &quot;123哇大师&quot;,
&quot;deviceSpecs&quot;: &quot;ag&quot;,
&quot;deviceUnit&quot;: null,
&quot;deviceManufacturer&quot;: null,
&quot;deviceBuyTime&quot;: null,
&quot;deviceUseTime&quot;: null,
&quot;deviceFactoryNum&quot;: null,
&quot;deviceAdministrator&quot;: &quot;测试&quot;,
&quot;deviceTypeDict&quot;: &quot;0&quot;
},
{
&quot;sort&quot;: null,
&quot;status&quot;: null,
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;delFlag&quot;: null,
&quot;sysFiledMenuExtendList&quot;: null,
&quot;filedList&quot;: null,
&quot;id&quot;: &quot;1854352471565766657&quot;,
&quot;deviceCode&quot;: &quot;sheb1028&quot;,
&quot;deviceName&quot;: &quot;test1&quot;,
&quot;deviceType&quot;: &quot;生产设备&quot;,
&quot;deviceAdminName&quot;: null,
&quot;deviceModel&quot;: &quot;&quot;,
&quot;deviceSpecs&quot;: &quot;&quot;,
&quot;deviceUnit&quot;: null,
&quot;deviceManufacturer&quot;: null,
&quot;deviceBuyTime&quot;: null,
&quot;deviceUseTime&quot;: null,
&quot;deviceFactoryNum&quot;: null,
&quot;deviceAdministrator&quot;: &quot;李玉梅&quot;,
&quot;deviceTypeDict&quot;: &quot;0&quot;
}
],
&quot;pageNum&quot;: 1,
&quot;pageSize&quot;: 2,
&quot;pageTotal&quot;: 26
},
&quot;timestamp&quot;: 1732861341586
}</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;">id</td>
<td style="text-align: left;">String</td>
<td>设备标识</td>
</tr>
<tr>
<td style="text-align: left;">deviceType</td>
<td style="text-align: left;">String</td>
<td>设备类型</td>
</tr>
<tr>
<td style="text-align: left;">deviceTypeDict</td>
<td style="text-align: left;">String</td>
<td>设备类型 (模具新增用)</td>
</tr>
<tr>
<td style="text-align: left;">deviceCode</td>
<td style="text-align: left;">String</td>
<td>设备编码</td>
</tr>
<tr>
<td style="text-align: left;">deviceModel</td>
<td style="text-align: left;">String</td>
<td>设备型号</td>
</tr>
<tr>
<td style="text-align: left;">deviceSpecs</td>
<td style="text-align: left;">String</td>
<td>设备规格</td>
</tr>
<tr>
<td style="text-align: left;">deviceAdministrator</td>
<td style="text-align: left;">String</td>
<td>设备管理人</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>yanglu</li>
</ul>