设备档案导出功能

This commit is contained in:
shih
2026-04-15 16:44:58 +08:00
parent 7d7e296e23
commit 153ac6545d
6 changed files with 85 additions and 2 deletions

View File

@@ -63,6 +63,9 @@ public interface IlideeYunjiAdapter {
//设备类型
List<Map<String,Object>> getSblxViewList(List<Long> sblxIdList);
//获取所有设备类型名称列表
List<Map<String, Object>> getAllSblxNameList();
//获取用户分页列表
Object getUserPage(Integer pageNo, Integer pageSize, lideeYunJiUserParam param);