完善代码生成器自动生成目录
This commit is contained in:
@@ -11,7 +11,7 @@ string entityName = "Test";
|
||||
templateFactory.CreateTemplateProviders((option) =>
|
||||
{
|
||||
option.Add(new ServceTemplateProvider(modelName, entityName));
|
||||
|
||||
option.Add(new IServceTemplateProvider(modelName, entityName));
|
||||
});
|
||||
|
||||
//开始构建模板
|
||||
|
||||
Reference in New Issue
Block a user