feat: 添加代码生成器模块
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Volo.Abp.DependencyInjection;
|
||||
using Yi.Framework.CodeGun.Domain.Entities;
|
||||
|
||||
namespace Yi.Framework.CodeGun.Domain.Handlers
|
||||
{
|
||||
public interface ITemplateHandler: ISingletonDependency
|
||||
{
|
||||
void SetTable(TableAggregateRoot table);
|
||||
HandledTemplate Invoker(string str, string path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user