|
|
|
@ -0,0 +1,21 @@ |
|
|
|
using Microsoft.AspNetCore.Authorization; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Linq; |
|
|
|
using System.Text; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using Volo.Abp.Application.Services; |
|
|
|
|
|
|
|
namespace Shentun.Peis.BeiJingMZAKExportDatas |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// 北京民众安康健康体检机构 老系统数据导入
|
|
|
|
/// </summary>
|
|
|
|
[Authorize] |
|
|
|
public class BeiJingMZAKExportDataAppService : ApplicationService |
|
|
|
{ |
|
|
|
public BeiJingMZAKExportDataAppService() |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|
} |