[6.7.0][FSM] refactor: 异常后原因修改成多条数组返回;
This commit is contained in:
@@ -164,7 +164,7 @@ interface IMoGoHmiProvider :IProvider{
|
||||
/**
|
||||
* 展示 FSM 异常状态弹框
|
||||
*/
|
||||
fun showFSMExceptionStatusWindow(errorMsg: ArrayList<String>)
|
||||
fun showFSMExceptionStatusWindow(errorMsg: List<String>)
|
||||
|
||||
/**
|
||||
* 关闭 FSM 异常状态弹框
|
||||
|
||||
Reference in New Issue
Block a user