Browse Source

北京民众安康健康体检机构数据导入

bjmzak
wxd 1 year ago
parent
commit
e4fbbdcccb
  1. 21
      src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs

21
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
{
/// <summary>
/// 北京民众安康健康体检机构 老系统数据导入
/// </summary>
[Authorize]
public class BeiJingMZAKExportDataAppService : ApplicationService
{
public BeiJingMZAKExportDataAppService()
{
}
}
}
Loading…
Cancel
Save