tangxu
2024-04-30 2efe333092b9c512f6dd6a190dad88a37bc86744
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
using Quartz;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace IStation.WebApi
{
    /// <summary>
    /// 众毅数据
    /// </summary>
    class SynZyDayInfoDayJob : IJob
    {
        public string Type { set; get; }
        public async void Execute(IJobExecutionContext context)
        {
            //IStation.LogHelper.Info("测试");
 
        }
    }
}