[6.6.0]数据闭环

This commit is contained in:
xuxinchao
2024-08-22 19:38:08 +08:00
parent 58cf773b1e
commit af7a388b84
16 changed files with 209 additions and 59 deletions

View File

@@ -58,7 +58,7 @@ interface IMoGoDevaToolsListener {
fun problemPadAddSuccess(){}
fun problemPadAddError(){}
fun problemPadAddError(msg: String){}
fun getCategoriesSuccess(list: List<CategoryInfo>){}