update 修改所有dilon

This commit is contained in:
2021-04-25 15:00:17 +08:00
parent c300dec039
commit 7c40825850
19 changed files with 1415 additions and 1415 deletions

View File

@@ -322,7 +322,7 @@ namespace Ewide.Core.Service.CodeGen
/// <returns></returns>
private List<string> GetTargetPathList(SysCodeGen input)
{
var backendPath = new DirectoryInfo(App.WebHostEnvironment.ContentRootPath).Parent.FullName + @"\Dilon.Application\Service\" + input.TableName + @"\";
var backendPath = new DirectoryInfo(App.WebHostEnvironment.ContentRootPath).Parent.FullName + @"\Ewide.Application\Service\" + input.TableName + @"\";
var servicePath = backendPath + input.TableName + "Service.cs";
var iservicePath = backendPath + "I" + input.TableName + "Service.cs";
var inputPath = backendPath + @"Dto\" + input.TableName + "Input.cs";