| | |
| | | */ |
| | | public DeviceStatistic selectDeviceProductAlertCount(Device device); |
| | | |
| | | |
| | | /** |
| | | * 查询总设备数(台) |
| | | * |
| | | * @param id |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | public int selectDeviceCount() throws Exception; |
| | | public int selectDeviceCount(int id) throws Exception; |
| | | |
| | | /** |
| | | * 根据登录用户的id查询设备的使用人数 |
| | |
| | | */ |
| | | public int deleteDeviceByDeviceIds(Long[] deviceIds); |
| | | |
| | | /** |
| | | * 查询设备序列号的数量 |
| | | * |
| | | * @param deviceNum |
| | | * @return |
| | | */ |
| | | public int getDeviceNumCount(String deviceNum); |
| | | // /** |
| | | // * 查询设备序列号的数量 |
| | | // * |
| | | // * @param deviceNum |
| | | // * @return |
| | | // */ |
| | | // public int getDeviceNumCount(String deviceNum); |
| | | |
| | | /** |
| | | * 根据设备IDS删除设备分组 |
| | |
| | | */ |
| | | public int resetDeviceStatus(String deviceNum); |
| | | |
| | | public int selectDeviceList(); |
| | | |
| | | } |