修改统计

This commit is contained in:
2025-04-10 14:08:55 +08:00
parent ab38ee029a
commit 4765e0e5bd
7 changed files with 910 additions and 366 deletions

View File

@ -375,6 +375,22 @@ namespace DH.Commons.Enums
[Description("异常")]
DSExcept = 32
}
public enum RunState
{
[ColorSelect("Gold")]
[Description("空闲")]
Idle = 1,
[ColorSelect("Lime")]
[Description("运行中")]
Running = 2,
[ColorSelect("Gray")]
[Description("停止")]
Stop = 3,
[ColorSelect("Red")]
[Description("宕机")]
Down = 99,
}
public enum PriorityDirection
{
X,