设备类型维护,表单开发中增加设备类型下拉所需的接口增加、修改

This commit is contained in:
shih
2026-04-01 10:42:26 +08:00
parent b3c8423239
commit 2108e2a1e2
14 changed files with 514 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ public interface IlideeYunjiAdapter {
//回显部门
List<Map<String,Object>> getDeptViewList(List<Long> deptIdList);
//设备类型
List<Map<String,Object>> getSblxViewList(List<Long> sblxIdList);
//获取用户分页列表
Object getUserPage(Integer pageNo, Integer pageSize, lideeYunJiUserParam param);