仪表盘
版本库
文件存储
活动
搜索
登录
Yw
/
Run.V1
设备运行分析
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
优化运行分析,运行记录结构更改,运行服务新增监测中断判断
lixiaojun
2024-04-30
b4db153d2e28d451592811fea29c6d1bab71887b
[Yw/Run.V1.git]
/
Yw.Service.Run.Core
/
03-settings
/
01-paras
/
06-run
/
Paras_Run_Run.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Yw.Settings
{
/// <summary>
///
/// </summary>
public class Paras_Run_Run
{
/// <summary>
///
/// </summary>
public string ExchangeName { get; set; }
}
}