namespace Aitex.Core.Common { /// /// Ö§³ÖµÄ¾§Ô²³ß´ç /// public enum WaferSize { /// /// 100mm /// WS0 = 0, /// /// 300mm /// WS3 = 1, /// /// 4 inches /// WS4 = 2, /// /// 6 inches /// WS6 = 3, /// /// 8 inches /// WS8 = 4, /// /// 12 inches /// WS12 = 5, /// /// 2 inches /// WS2 = 6, /// /// 150mm /// WS5 = 7 } }