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

This commit is contained in:
chenfufeng
2022-07-19 19:07:38 +08:00
parent 29d4e5cf10
commit af2a40aa22
19 changed files with 364 additions and 124 deletions

View File

@@ -186,6 +186,10 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
fun hideToolsView()
fun showSmallFragment()
fun hideSmallFragment()
/**
* 展示转向灯
*/
@@ -239,4 +243,6 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
* @param reportList 上报数据列表
*/
fun showIPCReportWindow(reportList: ArrayList<ReportEntity>)
fun showVideoDialog(url: String, isFlvUrl: Boolean)
}