[2.13.0][fix]添加查询消息盒子历史数据

This commit is contained in:
chenfufeng
2022-12-01 11:52:52 +08:00
parent 3cd125dbb6
commit 79e4767cc0
10 changed files with 45 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ import com.mogo.eagle.core.data.msgbox.MsgBoxBean
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
interface IMsgBoxProvider: IMoGoFunctionServerProvider {
fun queryAllMessages(context: Context)
fun saveMsg(bean: MsgBoxBean)
/**