重命名基础类型

This commit is contained in:
zengwenjie
2025-09-16 09:32:07 +08:00
parent 7db5f8a9d9
commit 0dd8696c78
13 changed files with 46 additions and 51 deletions

View File

@@ -107,7 +107,7 @@ namespace Deedy.Activity
{
//
}
public void ReadyToWorking(IElementActivity? element = null, Output? output = null)
public void ReadyToWorking(IElement? element = null, Output? output = null)
{
throw new NotImplementedException();
}