|
|
@ -14,13 +14,14 @@ using System.Linq; |
|
|
using System.Text; |
|
|
using System.Text; |
|
|
using System.Threading.Tasks; |
|
|
using System.Threading.Tasks; |
|
|
using Volo.Abp; |
|
|
using Volo.Abp; |
|
|
|
|
|
using Volo.Abp.Application.Services; |
|
|
using Volo.Abp.Domain.Repositories; |
|
|
using Volo.Abp.Domain.Repositories; |
|
|
|
|
|
|
|
|
namespace Shentun.Peis.ImportRegularResults |
|
|
namespace Shentun.Peis.ImportRegularResults |
|
|
{ |
|
|
{ |
|
|
[ApiExplorerSettings(GroupName = "Work")] |
|
|
[ApiExplorerSettings(GroupName = "Work")] |
|
|
[Authorize] |
|
|
[Authorize] |
|
|
public class ImportRegularResultAppService |
|
|
|
|
|
|
|
|
public class ImportRegularResultAppService : ApplicationService |
|
|
{ |
|
|
{ |
|
|
private readonly ColumnReferenceCodeManager _columnReferenceCodeManager; |
|
|
private readonly ColumnReferenceCodeManager _columnReferenceCodeManager; |
|
|
private readonly SysParmValueManager _sysParmValueManager; |
|
|
private readonly SysParmValueManager _sysParmValueManager; |
|
|
|