编辑-详情:查询绑定的设备
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>编辑-详情:查询绑定的设备</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://127.0.0.1:9888/system/sysMold/findMoldDevice</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</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;">sysMoldCode</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;: 2,
&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;1862376890272133121&quot;,
&quot;sysMoldCode&quot;: &quot;20241129140342&quot;,
&quot;sysMoldDeviceCode&quot;: &quot;sasd的1&quot;,
&quot;sysMoldDeviceName&quot;: &quot;1123是a&quot;,
&quot;sysMoldDeviceType&quot;: &quot;1&quot;,
&quot;sysMoldDeviceModel&quot;: &quot;123哇大师&quot;,
&quot;tenantId&quot;: null,
&quot;sysMoldDeviceType_dictText&quot;: &quot;质检设备&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;1862376890322464770&quot;,
&quot;sysMoldCode&quot;: &quot;20241129140342&quot;,
&quot;sysMoldDeviceCode&quot;: &quot;1030&quot;,
&quot;sysMoldDeviceName&quot;: &quot;达摩学&quot;,
&quot;sysMoldDeviceType&quot;: &quot;1&quot;,
&quot;sysMoldDeviceModel&quot;: &quot;&quot;,
&quot;tenantId&quot;: null,
&quot;sysMoldDeviceType_dictText&quot;: &quot;质检设备&quot;
}
],
&quot;pageNum&quot;: 1,
&quot;pageSize&quot;: 10,
&quot;pageTotal&quot;: 1
},
&quot;timestamp&quot;: 1732861524192
}</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;">sysMoldDeviceCode</td>
<td style="text-align: left;">String</td>
<td>设备编码</td>
</tr>
<tr>
<td style="text-align: left;">sysMoldDeviceName</td>
<td style="text-align: left;">String</td>
<td>设备名称</td>
</tr>
<tr>
<td style="text-align: left;">sysMoldDeviceModel</td>
<td style="text-align: left;">String</td>
<td>设备型号</td>
</tr>
<tr>
<td style="text-align: left;">sysMoldDeviceType_dictText</td>
<td style="text-align: left;">String</td>
<td>设备类型</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>yanglu</li>
</ul>