[6.6.0]接管记录

This commit is contained in:
xuxinchao
2024-08-26 17:39:57 +08:00
parent a6c11d130c
commit f5e4bd6f6a
10 changed files with 62 additions and 45 deletions

View File

@@ -32,6 +32,6 @@ interface ITakeOverProvider: IMoGoFunctionServerProvider {
/**
* 获取接管记录列表
*/
suspend fun getAllRecord(context: Context): List<TakeOverRecordInfo>
suspend fun getAllRecord(context: Context): MutableList<TakeOverRecordInfo>
}