feat: 完成code to web模块
This commit is contained in:
@@ -9,9 +9,7 @@ namespace Yi.Framework.Module.WebFirstManager.Handler
|
||||
{
|
||||
public interface ITemplateHandler
|
||||
{
|
||||
void SetTable(TableEntity table);
|
||||
void SetFields(List<FieldEntity> fields);
|
||||
|
||||
void SetTable(TableAggregateRoot table);
|
||||
string Invoker(string str);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user