init: 导入项目到 meswork Gitea

This commit is contained in:
XingCheng3
2026-05-29 10:07:05 +08:00
commit ad9a4106fb
3582 changed files with 460312 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/// <summary>
/// 全局运行模式
/// 2021.12.3.LLX
/// </summary>
public enum Mode_Run
{
/// <summary>
/// 仿真模式
/// </summary>
Simulation = 1,
/// <summary>
/// 虚拟调试模式
/// </summary>
VirtualCommissioning = 2,
/// <summary>
/// 数字孪生模式
/// </summary>
DigitaTwin = 3
}