Sic.Framework/MECF.Framework.Common/Aitex/Sorter/Common/TDKOperationStatus.cs

9 lines
114 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace Aitex.Sorter.Common
{
public enum TDKOperationStatus
{
DuringStop = 48,
DuringOperation = 49
}
}