feat:添加任务调度基础功能

This commit is contained in:
橙子
2023-04-22 19:13:29 +08:00
parent 17fb60c481
commit 4b6241e0b0
2 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Furion.Application.Rbac.Services
{
public interface ITaskService
{
}
}