mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
将FlowTrigger触发器整合成接口的形式方便替换
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Serein.Workbench.Node.ViewModel
|
||||
CommandCopyDataExp = new RelayCommand( o =>
|
||||
{
|
||||
string exp = NodeModel.KeyName;
|
||||
string copyValue = "@Data " + exp;
|
||||
string copyValue = $"@Get #{exp}#";
|
||||
Clipboard.SetDataObject(copyValue);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user