feat: 优化job操作
This commit is contained in:
@@ -80,5 +80,8 @@ namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Task
|
||||
/// 触发器类型
|
||||
/// </summary>
|
||||
public JobTypeEnum Type { get; set; }
|
||||
|
||||
public string? Cron { get; set; }
|
||||
public double? Millisecond { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user