update:修改项目名称从Dilon到Ewide

This commit is contained in:
2021-04-25 14:12:19 +08:00
parent 2fff6b58f9
commit b145f2035d
255 changed files with 21828 additions and 21828 deletions

Binary file not shown.

BIN
Api/.vs/Dilon/v16/.suo Normal file

Binary file not shown.

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Application
namespace Ewide.Application
{
/// <summary>
/// 代码生成实体测试EF

View File

@@ -1,7 +1,7 @@
using SqlSugar;
using System;
namespace Dilon.Application
namespace Ewide.Application
{
/// <summary>
/// SqlSugar实体

View File

@@ -1,4 +1,4 @@
namespace Dilon.Application
namespace Ewide.Application
{
public interface ITestService
{

View File

@@ -9,7 +9,7 @@ using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Dilon.Application
namespace Ewide.Application
{
/// <summary>
/// 业务服务及集成SqlSugar用法事例

View File

@@ -3,7 +3,7 @@ using Microsoft.Extensions.DependencyInjection;
using SqlSugar;
using System.Linq;
namespace Dilon.Application
namespace Ewide.Application
{
public class Startup : AppStartup
{

View File

@@ -1,6 +1,6 @@
using Furion.ConfigurableOptions;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 缓存配置

View File

@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 缓存接口

View File

@@ -7,7 +7,7 @@ using System.Threading.Tasks;
using Furion.DependencyInjection;
using Microsoft.Extensions.Caching.Memory;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 内存缓存

View File

@@ -4,7 +4,7 @@ using System;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// Redis缓存

View File

@@ -10,7 +10,7 @@ using System.Drawing.Imaging;
using System.IO;
using System.Linq;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 点选验证码

View File

@@ -1,7 +1,7 @@
using Furion.DependencyInjection;
using System.ComponentModel.DataAnnotations;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 点击验证码输入参数

View File

@@ -1,7 +1,7 @@
using Furion.DependencyInjection;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 验证码输出参数

View File

@@ -1,4 +1,4 @@
namespace Dilon.Core
namespace Ewide.Core
{
public interface IClickWordCaptcha
{

View File

@@ -7,7 +7,7 @@ using System.Drawing.Imaging;
using System.IO;
using System.Text;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 常规验证码

View File

@@ -1,7 +1,7 @@
using Furion.DependencyInjection;
using System.ComponentModel.DataAnnotations;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 常规验证码输入

View File

@@ -1,4 +1,4 @@
namespace Dilon.Core
namespace Ewide.Core
{
public interface IGeneralCaptcha
{

View File

@@ -1,4 +1,4 @@
namespace Dilon.Core
namespace Ewide.Core
{
public class ClaimConst
{

View File

@@ -1,4 +1,4 @@
namespace Dilon.Core
namespace Ewide.Core
{
public class CommonConst
{

View File

@@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text.Json.Serialization;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 自定义实体基类

View File

@@ -1,7 +1,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统应用表

View File

@@ -1,7 +1,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 代码生成表

View File

@@ -1,7 +1,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 代码生成字段配置表

View File

@@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 参数配置表

View File

@@ -1,7 +1,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 字典值表

View File

@@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 字典类型表

View File

@@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 员工表

View File

@@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 员工附属机构职位表

View File

@@ -2,7 +2,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 员工职位表

View File

@@ -1,7 +1,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 文件信息表

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统操作/审计日志表

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 操作日志表

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 访问日志表

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 菜单表

View File

@@ -2,7 +2,7 @@
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 通知公告表

View File

@@ -4,7 +4,7 @@ using Microsoft.EntityFrameworkCore.Metadata.Builders;
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 通知公告用户表

View File

@@ -1,7 +1,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// Oauth登录用户表

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 组织机构表

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 职位表

View File

@@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 角色表

View File

@@ -2,7 +2,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 角色数据范围表

View File

@@ -2,7 +2,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 角色菜单表

View File

@@ -2,7 +2,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 租户表

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 定时任务

View File

@@ -6,7 +6,7 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 用户表

View File

@@ -2,7 +2,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 用户数据范围表

View File

@@ -2,7 +2,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 用户角色表

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 账号类型

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 公共状态

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
public enum DataScopeType
{

View File

@@ -1,6 +1,6 @@
using Furion.FriendlyException;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统错误码

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 文件存储位置

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 性别

View File

@@ -1,4 +1,4 @@
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 日志操作类型

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统菜单类型

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统菜单类型

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 菜单权重

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 通知公告状态

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 通知公告用户状态

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 查询类型的枚举

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 菜单激活类型

View File

@@ -2,7 +2,7 @@
using System.Linq;
using System.Text;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 字典扩展

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 通用输入扩展参数(带权限)

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 小诺分页列表结果

View File

@@ -9,7 +9,7 @@ using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 规范化RESTful风格返回值

View File

@@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Mvc.Filters;
using Serilog;
using System.Threading.Tasks;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 全局异常处理

View File

@@ -9,7 +9,7 @@ using System.Security.Claims;
using System.Threading.Tasks;
using UAParser;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 请求日志拦截

View File

@@ -1,6 +1,6 @@
using System.Threading.Tasks;
namespace Dilon.Core
namespace Ewide.Core
{
public interface IUserManager
{

View File

@@ -4,7 +4,7 @@ using Furion.FriendlyException;
using Microsoft.AspNetCore.Http;
using System.Threading.Tasks;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 用户管理

View File

@@ -1,6 +1,6 @@
using System.Threading.Tasks;
namespace Dilon.Core.OAuth
namespace Ewide.Core.OAuth
{
public interface IWechatOAuth
{

View File

@@ -1,6 +1,6 @@
using Microsoft.Extensions.Configuration;
namespace Dilon.Core.OAuth
namespace Ewide.Core.OAuth
{
/// <summary>
/// OAuth配置---此结构方便拓展

View File

@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
namespace Dilon.Core.OAuth
namespace Ewide.Core.OAuth
{
/// <summary>
/// AccessToken参数

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace Dilon.Core.OAuth
namespace Ewide.Core.OAuth
{
/// <summary>
/// 微信用户参数

View File

@@ -5,7 +5,7 @@ using Microsoft.Extensions.Configuration;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Dilon.Core.OAuth
namespace Ewide.Core.OAuth
{
public class WechatOAuth : IWechatOAuth, ISingleton
{

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统应用表种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统参数配置表种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统字典值种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统字典类型种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统员工职位表种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统员工表种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统菜单表种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统机构表种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统职位表种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统角色表种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
public class SysTenantSeedData : IEntitySeedData<SysTenant, MultiTenantDbContextLocator>
{

View File

@@ -4,7 +4,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统任务调度表种子数据

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace Dilon.Core
namespace Ewide.Core
{
/// <summary>
/// 系统用户表种子数据

View File

@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
namespace Dilon.Core.Service
namespace Ewide.Core.Service
{
/// <summary>
/// 系统应用参数

View File

@@ -1,4 +1,4 @@
namespace Dilon.Core.Service
namespace Ewide.Core.Service
{
/// <summary>
/// 系统应用参数

View File

@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Mvc;
using System.Threading.Tasks;
namespace Dilon.Core.Service
namespace Ewide.Core.Service
{
public interface ISysAppService
{

View File

@@ -10,7 +10,7 @@ using System;
using System.Linq;
using System.Threading.Tasks;
namespace Dilon.Core.Service
namespace Ewide.Core.Service
{
/// <summary>
/// 系统应用服务

View File

@@ -16,7 +16,7 @@ using System.Linq;
using System.Threading.Tasks;
using UAParser;
namespace Dilon.Core.Service
namespace Ewide.Core.Service
{
/// <summary>
/// 登录授权相关服务

Some files were not shown because too many files have changed in this diff Show More