设备列表查询

This commit is contained in:
2025-07-10 08:57:36 +08:00
parent c075c09ee7
commit ff81b791fc
2 changed files with 5 additions and 2 deletions

View File

@ -32,7 +32,7 @@ public class AppDeviceController extends BaseController {
private final APPDeviceService appDeviceService;
/**
* 查询文件列表
* 查询设备列表
*/
@GetMapping("/list")
public TableDataInfo<AppDeviceVo> list(DeviceQueryCriteria bo, PageQuery pageQuery) {