mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-19 09:25:54 +08:00
添加设备重置接口
This commit is contained in:
@@ -161,9 +161,23 @@ public interface DeviceMapper
|
||||
* @return
|
||||
*/
|
||||
public int deleteDeviceGroupByDeviceIds(Long[] deviceIds);
|
||||
// 查询所有简短设备列表
|
||||
|
||||
/**
|
||||
* 重置设备状态
|
||||
* @return 结果
|
||||
*/
|
||||
public int resetDeviceStatus(String deviceNum);
|
||||
|
||||
/**
|
||||
* 查询所有简短设备列表
|
||||
* @return 结果
|
||||
*/
|
||||
List<DeviceAllShortOutput> selectAllDeviceShortListAccurate(String userName);
|
||||
//精准查询
|
||||
|
||||
/**
|
||||
* 精准查询
|
||||
* @return 结果
|
||||
*/
|
||||
List<Device> selectDeviceListAccurate(Device device);
|
||||
|
||||
List<DeviceShortOutput> selectDeviceShortListAccurate(Device device);
|
||||
|
||||
Reference in New Issue
Block a user