diff --git a/src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs b/src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs new file mode 100644 index 0000000..e1fc869 --- /dev/null +++ b/src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs @@ -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 +{ + /// + /// 北京民众安康健康体检机构 老系统数据导入 + /// + [Authorize] + public class BeiJingMZAKExportDataAppService : ApplicationService + { + public BeiJingMZAKExportDataAppService() + { + } + } +}