挪客


查询物料档案列表

<p>查询物料档案列表</p> <p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询物料档案列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>localhost:8080/pro/materials/list</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;">pageNum</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>页码</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>页大小</td> </tr> <tr> <td style="text-align: left;">mCode</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>物料编码</td> </tr> <tr> <td style="text-align: left;">mName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>物料名称</td> </tr> <tr> <td style="text-align: left;">classId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>物料类别ID,不区分一二三级,只要传入对应的ID即可</td> </tr> </tbody> </table> <p>还有其他字段可作为查询条件,跟实体类属性同名</p> <h5>返回示例</h5> <pre><code>{ &amp;quot;total&amp;quot;: 25, &amp;quot;rows&amp;quot;: [ { &amp;quot;createBy&amp;quot;: &amp;quot;admin&amp;quot;, &amp;quot;createTime&amp;quot;: &amp;quot;2024-11-15 13:25:24&amp;quot;, &amp;quot;updateBy&amp;quot;: null, &amp;quot;updateTime&amp;quot;: null, &amp;quot;remark&amp;quot;: null, &amp;quot;id&amp;quot;: 558, &amp;quot;rmk&amp;quot;: null, &amp;quot;mainCateId&amp;quot;: null, &amp;quot;firstCateId&amp;quot;: null, &amp;quot;secCateId&amp;quot;: null, &amp;quot;firstSpec&amp;quot;: &amp;quot;印字标&amp;quot;, &amp;quot;secSpec&amp;quot;: &amp;quot;印字标&amp;quot;, &amp;quot;combineIds&amp;quot;: null, &amp;quot;priceList&amp;quot;: null, &amp;quot;combineList&amp;quot;: null, &amp;quot;mtypeStr&amp;quot;: &amp;quot;原材料&amp;quot;, &amp;quot;mclass&amp;quot;: null, &amp;quot;mtexture&amp;quot;: null, &amp;quot;mcolor&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;mposition&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;mproductions&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;mrequirements&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;mweight&amp;quot;: null, &amp;quot;msupplierPrice&amp;quot;: null, &amp;quot;combineIdsBySet&amp;quot;: [], &amp;quot;mcode&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;mname&amp;quot;: &amp;quot;印字标&amp;quot;, &amp;quot;mtype&amp;quot;: 0, &amp;quot;mspec&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;munit&amp;quot;: &amp;quot;&amp;quot; } ], &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;查询成功&amp;quot; }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML