VIDMap.cs 319 B

1234567891011121314
  1. using System.Collections.Generic;
  2. namespace Aitex.RT.FactoryAutomation
  3. {
  4. public static class DVIDName
  5. {
  6. public const string EventName = "EventName";
  7. public const string LotId = "LotId";
  8. public const string RecipeId = "RecipeId";
  9. public const string JobId = "JobId";
  10. }
  11. }