Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Sorter/Common/TDKSystemStatus.cs

10 lines
135 B
C#

namespace Aitex.Sorter.Common
{
public enum TDKSystemStatus
{
Normal = 48,
RecoverableError = 65,
UnrecoverableError = 69
}
}