namespace Bunny.Service.IService;
public interface IJobService
{
/// <summary>
/// 开启一个简单的工作
/// </summary>
void StartSimpleJob();
}