Browse Source

补充上次提交

jiangjy 1 month ago
parent
commit
34b69eba2a

+ 2 - 0
FrameworkLocal/Common/FAServices/DataVariables.cs

@@ -96,6 +96,7 @@ namespace MECF.Framework.Common.FAServices
         public const string ProcessRecipeStepName = "ProcessRecipeStepName";
         public const string SubRecipeStepName = "SubRecipeStepName";
         public const string SubRecipeStepNumber = "SubRecipeStepNumber";
+        public const string PJId = "PJId";
 
 
         #endregion
@@ -194,6 +195,7 @@ namespace MECF.Framework.Common.FAServices
             //ExtraDummyStateDetail = 3517,
             ProcessWaferIdList = 3520,
             ProcessLotIdList = 3521,
+            PJId = 3522,
 
 
 

+ 1 - 0
FrameworkLocal/Common/FAServices/VIDManager2.cs

@@ -383,6 +383,7 @@ namespace MECF.Framework.Common.FAServices
             new VIDItem(){Name = DataVariables.ProcessRecipeStepName,Index = 22,DataType = "Ascii"},
             new VIDItem(){Name = DataVariables.SubRecipeStepName,Index = 23,DataType = "Ascii"},
             new VIDItem(){Name = DataVariables.SubRecipeStepNumber,Index = 24,DataType = "Ascii"},
+            new VIDItem(){Name = DataVariables.PJId,Index = 25,DataType = "Ascii"},
             //new VIDItem(){Name = "System.SideDummyAccuThickness",Index = 15,DataType = "List"},
             //new VIDItem(){Name = "System.SideDummyUseCount",Index = 16,DataType = "List"},
             //new VIDItem(){Name = "System.ExtraDummyAccuThickness",Index = 17,DataType = "List"},