[dev_arch_opt_3.0] 添加删除文件逻辑

This commit is contained in:
lixiaopeng
2023-02-24 18:16:54 +08:00
parent a6642b5a7c
commit ae44ee9ba4
5 changed files with 31 additions and 13 deletions

View File

@@ -18,4 +18,6 @@ interface IMoGoObuProvider : IMoGoFunctionServerProvider {
fun setObuLog(isChecked: Boolean)
fun uploadObuPack(filePathArray: Array<String>)
fun deleteObuFile()
}