1.数据完整性列表筛选条件调整

2.管理员新增装置自动生成装置名称
This commit is contained in:
xy
2024-08-01 15:52:52 +08:00
parent cc1dd4f470
commit 0ecb8e1585
9 changed files with 108 additions and 1 deletions

View File

@@ -70,4 +70,6 @@ public interface DeviceMapper extends Mapper<Device>{
List<Integer> getDevIndex(@Param("list") List<Integer> dataType);
DeviceDetail getDevAndParent(@Param("devIndex")String devIndex);
String findMaxDeviceName(@Param("gdIndex")Long gdIndex);
}