fix: 修复发授令牌问题

This commit is contained in:
陈淳
2023-12-22 18:11:14 +08:00
parent 906409921f
commit 8139a9585d
5 changed files with 48 additions and 19 deletions

View File

@@ -1,9 +1,13 @@
using Quartz;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Volo.Abp.BackgroundWorkers.Quartz;
namespace Yi.Framework.Rbac.Application.Jobs
{
//public class TestJob : QuartzBackgroundWorkerBase
//public class BackupDataBaseJob : QuartzBackgroundWorkerBase
//{
// public TestJob()
// {