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