仪表盘
版本库
文件存储
活动
搜索
登录
IStation
/
Service.V4.1
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
运行模块中新增业务月统计
lixiaojun
2022-08-17
d3024a7b50b35a8f24c1bfe0f13f4f86cc63a253
[IStation/Service.V4.1.git]
/
Server
/
IStation.DataDocking.Api
/
Program.cs
1
2
3
4
5
6
7
8
9
// See https://aka.ms/new-console-template for more information
using IStation;
using IStation.Server;
LogHelper.Info("服务正在启动...");
var jobHelper= new ApiJobHelper();
await jobHelper.StartJob();
LogHelper.Info("服务启动成功!");
Console.ReadLine();