wxd 2 years ago
parent
commit
f6842d13a8
  1. 24
      src/Shentun.Peis.Application/DataMigrations/BaseDataHandleAppService.cs

24
src/Shentun.Peis.Application/DataMigrations/BaseDataHandleAppService.cs

@ -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()
{
}
}
}
Loading…
Cancel
Save