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

9 lines
114 B
C#

namespace Aitex.Sorter.Common
{
public enum TDKOperationStatus
{
DuringStop = 48,
DuringOperation = 49
}
}