[Feat]全览模式本地数据库查数据

This commit is contained in:
chenfufeng
2022-07-19 19:07:38 +08:00
parent a37e713882
commit d80e1c4188
19 changed files with 496 additions and 118 deletions

View File

@@ -243,4 +243,6 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
* @param reportList 上报数据列表
*/
fun showIPCReportWindow(reportList: ArrayList<ReportEntity>)
fun showVideoDialog(url: String, isFlvUrl: Boolean)
}