mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-19 17:35:54 +08:00
zhaoSecond
This commit is contained in:
@@ -151,4 +151,7 @@ public interface IDeviceService
|
||||
* @return 结果
|
||||
*/
|
||||
public String generationDeviceNum();
|
||||
|
||||
// 获取所有简短设备列表
|
||||
List<DeviceAllShortOutput> selectAllDeviceShortList1(String userName);
|
||||
}
|
||||
|
||||
@@ -534,6 +534,12 @@ public class DeviceServiceImpl implements IDeviceService {
|
||||
return "";
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<DeviceAllShortOutput> selectAllDeviceShortList1(String userName) {
|
||||
return deviceMapper.selectAllDeviceShortList1(userName);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @param device 设备
|
||||
|
||||
Reference in New Issue
Block a user