tangxu
2024-04-07 7df3fca2283b724de3173424eff63306cb2c9a5c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using IStation.Model;
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 void Execute(IJobExecutionContext context)
        {
 
 
        }
    }
}