[6.6.0]数据闭环

This commit is contained in:
xuxinchao
2024-08-28 16:21:00 +08:00
parent 3a1c82a295
commit 27fbf1ecd0
13 changed files with 192 additions and 92 deletions

View File

@@ -269,8 +269,12 @@ interface IDevaToolsProvider : IProvider {
/**
* 获取报障、接管、一键上报配置
* @param tenantId 租户ID
* @param level 数据层级
* @param type 类型
* @param upType 一键上报的时候传1其他分类的时候可以不传
*/
fun getCategories(tenantId: Long, level: Int, parentId: Int)
fun getCategories(tenantId: Long, level: Int, parentId: Int,type: Int,upType: Int)
/**
* 查询app是否有更新