| | |
| | | import cn.flightfeather.supervision.domain.ds1.entity.* |
| | | import cn.flightfeather.supervision.domain.ds1.repository.DeviceRep |
| | | import cn.flightfeather.supervision.lightshare.service.DeviceService |
| | | import cn.flightfeather.supervision.lightshare.vo.AreaVo |
| | | import cn.flightfeather.supervision.lightshare.vo.DataHead |
| | | import cn.flightfeather.supervision.lightshare.vo.MonitorDeviceInfoVo |
| | | import com.google.gson.Gson |
| | | import org.springframework.beans.factory.annotation.Value |
| | | import org.springframework.stereotype.Service |
| | |
| | | obj.dlPicUrl = oldImg.joinToString(";") |
| | | return deviceRep.updateStatus(obj) |
| | | } |
| | | |
| | | override fun searchExternalDevice( |
| | | areaVo: AreaVo, keyword: String, page: Int?, perPage: Int?, |
| | | ): Pair<DataHead, MonitorDeviceInfoVo> { |
| | | TODO("Not yet implemented") |
| | | } |
| | | } |