wangmengzhao
2023-12-13 d8228730095cdcaccb40dd2dc290fc44779e340a
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceMapper.java
@@ -51,6 +51,31 @@
    public int selectUserDeviceByCount(int id) throws Exception;
    /**
     * 根据登录的用户角色查询滤芯寿命清单列表
     *
     * @param device
     * @return
     * @throws Exception
     */
    public List<Device> selectCartridgeLifeList(Device device) throws Exception;
    /**
     * 查询所有的设备
     *
     * @return
     * @throws Exception
     */
    public List<Device> selectDeviceAll() throws Exception;
    /**
     * 根据设备id查询设备
     *
     * @param deviceId 设备主键
     * @return 设备
     */
    public Device selectDeviceById(Long deviceId);
    /**
     * 根据设备编号查询设备
     *
     * @param serialNumber 设备主键