[6.7.0][FSM] refactor: 异常后原因修改成多条数组返回;

This commit is contained in:
aibingbing
2024-09-25 17:33:29 +08:00
parent 41f1b7312c
commit a05d978ac2
11 changed files with 33 additions and 47 deletions

View File

@@ -164,7 +164,7 @@ interface IMoGoHmiProvider :IProvider{
/**
* 展示 FSM 异常状态弹框
*/
fun showFSMExceptionStatusWindow(errorMsg: ArrayList<String>)
fun showFSMExceptionStatusWindow(errorMsg: List<String>)
/**
* 关闭 FSM 异常状态弹框