Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/Common/SubstAccessType.cs

15 lines
192 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace Aitex.Core.Common
{
public enum SubstAccessType
{
Create = 0,
UpdateWaferID = 1,
Arrive = 2,
Left = 3,
UpdateLM1 = 4,
UpdateLM2 = 5,
Delete = 6,
Alignment = 7
}
}