[2.13.0-arch-opt] move impl of modules from hmi to app

This commit is contained in:
zhongchao
2023-02-07 22:11:51 +08:00
parent 81a22a63cf
commit 8490801138
23 changed files with 176 additions and 150 deletions

View File

@@ -22,6 +22,8 @@ interface IDevaToolsProvider : IProvider {
*/
fun initBiz()
fun checkMonitorDb()
/**
* 开始抓取日志默认10min
*/
@@ -160,4 +162,14 @@ interface IDevaToolsProvider : IProvider {
fun queryAppUpgrade()
fun getEnvConfig(): EnvConfig?
fun getEnvCityName():String
fun getEnvNetMode():String
fun envConfigReset()
fun envConfigChange(cityCode: String, netMode: Int)
fun dockerVersion(dockerVersion: String?)
}