feat: ui前端指令参数

This commit is contained in:
chenjianxing 2022-04-07 15:20:24 +08:00 committed by 刘瑞斌
parent 548bd737c1
commit 46d3f95309
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export default class MsUiCommand extends HashTreeElement {
this.coreCommands = [];
this.preCommands = [];
this.postCommands = [];
this.vo = {};
}
}