| | |
| | | */ |
| | | IPage<FwDeviceConfigVO> selectFwDeviceConfigPage(IPage<FwDeviceConfigVO> page, FwDeviceConfigVO fwDeviceConfig); |
| | | |
| | | /** |
| | | * 获取最新配置 |
| | | * |
| | | * @param deviceId |
| | | * @return |
| | | */ |
| | | FwDeviceConfigEntity selectLatestByDeviceId(Long deviceId); |
| | | |
| | | /** |
| | | * 获取最新版本配置 |
| | | * |
| | | * @param deviceId |
| | | * @return |
| | | */ |
| | | FwDeviceConfigEntity selectLatestVersionByDeviceId(Long deviceId); |
| | | |
| | | /** |
| | | * 获取最新版本号 |
| | | * |
| | | * @param deviceId |
| | | * @return |
| | | */ |
| | | Integer selectMaxConfigVersion(Long deviceId); |
| | | |
| | | /** |
| | | * 重置最新标记 |
| | | * |
| | | * @param deviceId |
| | | * @param excludeId |
| | | * @return |
| | | */ |
| | | int resetLatestByDeviceId(Long deviceId, Long excludeId); |
| | | |
| | | |
| | | /** |
| | | * 导出数据 |