|
|
|
@ -0,0 +1,24 @@ |
|
|
|
using Microsoft.AspNetCore.Authorization; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Linq; |
|
|
|
using System.Text; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using TencentCloud.Dlc.V20210125.Models; |
|
|
|
using Volo.Abp.Application.Services; |
|
|
|
|
|
|
|
namespace Shentun.Peis.DataMigrations |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// 基础数据处理
|
|
|
|
/// </summary>
|
|
|
|
[Authorize] |
|
|
|
public class BaseDataHandleAppService : ApplicationService |
|
|
|
{ |
|
|
|
public BaseDataHandleAppService() |
|
|
|
{ |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |