mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-03 07:36:36 +08:00
feat: 新增任务接口路由
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using Yi.Framework.Bbs.Domain.Shared.Enums;
|
||||
using Volo.Abp.DependencyInjection;
|
||||
using Yi.Framework.Bbs.Domain.Shared.Enums;
|
||||
|
||||
namespace Yi.Framework.Bbs.Domain.Managers.AssignmentProviders;
|
||||
|
||||
/// <summary>
|
||||
/// 每周任务提供者
|
||||
/// </summary>
|
||||
[ExposeServices(typeof(IAssignmentProvider))]
|
||||
public class WeeklyProvider : TimerProvider
|
||||
{
|
||||
protected override AssignmentTypeEnum AssignmentType => AssignmentTypeEnum.Weekly;
|
||||
|
||||
Reference in New Issue
Block a user