- using System.Collections.Generic;
- namespace Aitex.RT.FactoryAutomation
- {
- public static class DVIDName
- {
- public const string EventName = "EventName";
- public const string LotId = "LotId";
- public const string RecipeId = "RecipeId";
- public const string JobId = "JobId";
- }
- }
|