namespace Aitex.Sorter.Common { public enum TDKLatchKepStatus { Open = 0, Close = 1, Unknown = 2 } }