|
|
@@ -1,5 +1,4 @@
|
|
|
-using Procurement.EntityFrameworkCore;
|
|
|
-using Microsoft.AspNetCore.Authentication.JwtBearer;
|
|
|
+using Microsoft.AspNetCore.Authentication.JwtBearer;
|
|
|
using Microsoft.AspNetCore.Builder;
|
|
|
using Microsoft.AspNetCore.Cors;
|
|
|
using Microsoft.AspNetCore.DataProtection;
|
|
|
@@ -8,6 +7,9 @@ using Microsoft.Extensions.Configuration;
|
|
|
using Microsoft.Extensions.DependencyInjection;
|
|
|
using Microsoft.Extensions.Hosting;
|
|
|
using Microsoft.OpenApi.Models;
|
|
|
+using Procurement.EntityFrameworkCore;
|
|
|
+using Procurement.Quartz;
|
|
|
+using Quartz;
|
|
|
using StackExchange.Redis;
|
|
|
using System;
|
|
|
using System.IO;
|
|
|
@@ -25,8 +27,6 @@ using Volo.Abp.Modularity;
|
|
|
using Volo.Abp.MultiTenancy;
|
|
|
using Volo.Abp.Threading;
|
|
|
using Volo.Abp.VirtualFileSystem;
|
|
|
-using Procurement.Quartz;
|
|
|
-using Quartz;
|
|
|
|
|
|
namespace Procurement
|
|
|
{
|