mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 16:20:52 +08:00
style: 修改codegen命名
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Volo.Abp.DependencyInjection;
|
||||
using Yi.Framework.CodeGen.Domain.Entities;
|
||||
|
||||
namespace Yi.Framework.CodeGen.Domain.Handlers
|
||||
{
|
||||
public interface ITemplateHandler : ISingletonDependency
|
||||
{
|
||||
void SetTable(TableAggregateRoot table);
|
||||
HandledTemplate Invoker(string str, string path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user