[6.6.0]接管记录
This commit is contained in:
@@ -32,6 +32,6 @@ interface ITakeOverProvider: IMoGoFunctionServerProvider {
|
||||
/**
|
||||
* 获取接管记录列表
|
||||
*/
|
||||
suspend fun getAllRecord(context: Context): List<TakeOverRecordInfo>
|
||||
suspend fun getAllRecord(context: Context): MutableList<TakeOverRecordInfo>
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user