Sign in

高翔 / ECS-WHZY · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ECS-WHZY
  • HHECS.Application
  • Service
  • JobService.cs
  • 基础版本
    db83472d
    111 authored
    2026-06-04 14:57:24 +0800  
    Browse Code »
JobService.cs 165 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
namespace HHECS.Application.Service
{
    /// <summary>
    /// 定时任务服务类
    /// </summary>
    public class JobService : BaseService
    {

    }
}