boxu.zheng 1 year ago
parent
commit
1f6cce5709
  1. 2
      Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/Extensions/ExpressionExtensions.cs
  2. 2
      Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/Extensions/ObjectExpressionExtensions.cs
  3. 2
      Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/Extensions/ObjectMapperExtensions.cs
  4. 2
      Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/Extensions/StringExtensions.cs
  5. 2
      Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/ZbxBase.cs

2
Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/Extensions/ExpressionExtensions.cs → Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/Extensions/ExpressionExtensions.cs

@ -1,6 +1,6 @@
using System.Linq.Expressions;
namespace Faster.Zheng.Winin.Extensions;
namespace Faster.Zheng.Winin.AppBase.Extensions;
public static class ExpressionExtensions
{

2
Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/Extensions/ObjectExpressionExtensions.cs → Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/Extensions/ObjectExpressionExtensions.cs

@ -6,7 +6,7 @@ using System.Linq.Dynamic.Core;
using System.Linq.Expressions;
using System.Reflection;
namespace Faster.Zheng.Winin.Extensions;
namespace Faster.Zheng.Winin.AppBase.Extensions;
public static class ObjectExpressionExtensions
{

2
Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/Extensions/ObjectMapperExtensions.cs → Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/Extensions/ObjectMapperExtensions.cs

@ -6,7 +6,7 @@ using Omu.ValueInjecter;
using Omu.ValueInjecter.Injections;
using Volo.Abp;
namespace Faster.Zheng.Winin.Extensions;
namespace Faster.Zheng.Winin.AppBase.Extensions;
/// <summary>
/// 对象映射

2
Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/Extensions/StringExtensions.cs → Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/Extensions/StringExtensions.cs

@ -2,7 +2,7 @@ using System;
using System.Security.Cryptography;
using System.Text;
namespace Faster.Zheng.Winin.Extensions;
namespace Faster.Zheng.Winin.AppBase.Extensions;
public static class StringExtensions
{

2
Code/Be/Faster.Zheng.Winin/src/Faster.Zheng.Winin.Application/AppBase/ZbxBase.cs

@ -8,10 +8,10 @@ using System.Linq.Expressions;
using System.Threading;
using System.Threading.Tasks;
using AutoMapper;
using Faster.Zheng.Winin.AppBase.Extensions;
using Faster.Zheng.Winin.AppBase.Filters;
using Faster.Zheng.Winin.AppBaseBusiness.ExportCustomUserSetting;
using Faster.Zheng.Winin.Enums;
using Faster.Zheng.Winin.Extensions;
using Faster.Zheng.Winin.Localization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;

Loading…
Cancel
Save