feat: webfrist基本流程已完成

This commit is contained in:
陈淳
2023-09-27 18:01:10 +08:00
parent 8bc2db1e6e
commit f095fde5a7
31 changed files with 993 additions and 1098 deletions

View File

@@ -10,6 +10,6 @@ namespace Yi.Framework.Module.WebFirstManager.Handler
public interface ITemplateHandler
{
void SetTable(TableAggregateRoot table);
string Invoker(string str);
HandledTemplate Invoker(string str, string path);
}
}