wangmengzhao
2023-12-13 d8228730095cdcaccb40dd2dc290fc44779e340a
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceService.java
@@ -59,6 +59,14 @@
    public int selectUserDeviceByCount(int id) throws Exception;
    /**
     * 查询所有的设备
     *
     * @return
     * @throws Exception
     */
    public List<Device> selectDeviceAll() throws Exception;
    /**
     * 根据设备编号查询简介设备
     *
     * @param serialNumber 设备主键
@@ -127,7 +135,7 @@
     * @param device 设备
     * @return 设备集合
     */
    public List<DeviceShortOutput> selectDeviceShortList(Device device);
    public List<DeviceShortOutput> selectDeviceShortList(Device device, boolean repairFlag);
    /**
     * 新增设备