123456工单回复列表
<h1>123456工单回复列表</h1>
<p>地址:<a href="http://localhost:8086/system/workSheetReply/list">http://localhost:8086/system/workSheetReply/list</a></p>
<p>参数:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>说明</th>
<th>是否必填</th>
</tr>
</thead>
<tbody>
<tr>
<td>gdbh</td>
<td>string</td>
<td>工单编号</td>
<td>是</td>
</tr>
<tr>
<td>pageNumber</td>
<td>Integer</td>
<td>页码</td>
<td>是</td>
</tr>
<tr>
<td>pageSize</td>
<td>Integer</td>
<td>条数</td>
<td>是</td>
</tr>
</tbody>
</table>
<p>响应:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>状态 0000:成功 0001:失败</td>
</tr>
<tr>
<td>data</td>
<td>返回的数据</td>
</tr>
<tr>
<td>total</td>
<td>数据总条数</td>
</tr>
</tbody>
</table>
<p>data相关字段:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>id</td>
</tr>
<tr>
<td>gdbh</td>
<td>工单编号</td>
</tr>
<tr>
<td>reply</td>
<td>回复内容</td>
</tr>
<tr>
<td>status</td>
<td>状态</td>
</tr>
<tr>
<td>imageUrl</td>
<td>图片路径</td>
</tr>
<tr>
<td>audioUrl</td>
<td>音频路径</td>
</tr>
<tr>
<td>delFlag</td>
<td>是否删除</td>
</tr>
<tr>
<td>createTime</td>
<td>创建时间</td>
</tr>
</tbody>
</table>