[6.6.0]接管原因数据库

This commit is contained in:
xuxinchao
2024-08-28 11:57:18 +08:00
parent 65c093299c
commit 5b1530f470
8 changed files with 319 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ package com.mogo.eagle.core.data.deva.report
* @param parentId 父级
*/
data class CategoryInfo(val id: Int,val name: String,val desc: String,
val level: Int, val terminalType: Int,val parentId: Int)
val level: Int, val terminalType: Int,
val parentId: Int,val parentName: String)