仪表盘
版本库
文件存储
活动
搜索
登录
Yw
/
Run.V1
设备运行分析
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
引用升级
lixiaojun
2024-06-19
b2d898ca96f4da2b9c1245fc93ee065e74f55289
[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 默认 = "默认";
}
}