[6.10.0]数据落盘开发

This commit is contained in:
xuxinchao
2025-02-14 14:53:24 +08:00
parent 25a390c38b
commit 58c5d8a049
13 changed files with 211 additions and 52 deletions

View File

@@ -344,12 +344,12 @@ interface IMoGoHmiProvider :IProvider{
/**
* 展示数据落盘拷贝成功对话框
*/
fun showCopyBagSuccessDialog()
fun showCopyBagSuccessDialog(title: String,content: String)
/**
* 展示数据落盘辅助工具-异常情况及建议操作弹窗
*/
fun showDiskCopyExceptionDialog()
fun showDiskCopyExceptionDialog(title: String,content: String)
/**
* 展示数据落盘-终止数据拷贝确认弹窗