update 修改所有dilon
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Ewide.Core.Service.OAuth
|
||||
[HttpGet("oauth/wechat")]
|
||||
public Task WechatLogin()
|
||||
{
|
||||
_httpContext.Response.Redirect(_wechatOAuth.GetAuthorizeUrl("Dilon"));
|
||||
_httpContext.Response.Redirect(_wechatOAuth.GetAuthorizeUrl("Ewide"));
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
|
||||
@@ -12,13 +12,13 @@ namespace Ewide.Core.Service
|
||||
/// <summary>
|
||||
/// 任务名称
|
||||
/// </summary>
|
||||
/// <example>dilon</example>
|
||||
/// <example>ewide</example>
|
||||
public string JobName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务分组
|
||||
/// </summary>
|
||||
/// <example>dilon</example>
|
||||
/// <example>ewide</example>
|
||||
public string JobGroup { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user