|
|
|
@ -1,4 +1,5 @@ |
|
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
|
using Microsoft.AspNetCore.Authorization; |
|
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
|
using Microsoft.Extensions.Configuration; |
|
|
|
using NPOI.SS.Formula.Functions; |
|
|
|
using NPOI.Util; |
|
|
|
@ -26,6 +27,8 @@ using Volo.Abp.Users; |
|
|
|
|
|
|
|
namespace Shentun.Peis.ImportLisResults |
|
|
|
{ |
|
|
|
[ApiExplorerSettings(GroupName = "Work")] |
|
|
|
[Authorize] |
|
|
|
public class ImportLisResultAppService : ApplicationService, IImportLisResultAppService |
|
|
|
{ |
|
|
|
private readonly IRepository<RegisterCheckItem> _registerCheckItemRepository; |
|
|
|
|