预任务执行,Agv及电梯任务根据配置执行

This commit is contained in:
yang.lee
2023-11-09 10:03:30 +08:00
parent 68efc42e31
commit e9259ce8ad
5 changed files with 45 additions and 29 deletions

View File

@@ -50,5 +50,11 @@
/// AGV心跳
/// </summary>
public const string AGVKeepalive = "AGVKeepalive";
/// <summary>
/// 运行环境名称
/// </summary>
public const string EnvironmentName = "TIANYI";
}
}