Example #1
0
 public FAECInfo()
 {
     ReceiveSeeLot = new ReceiveSeeLotInfo();
     ReceiveLotClose = new ReceiveLotCloseInfo();
     ReceivePKSerialCheck = new ReceivePKSerialCheckInfo();
     ReceiveBrandLabelIssue = new ReceiveBrandLabelIssueInfo();
     ReceiveNextLotClose = new ReceiveNextLotCloseInfo();
     ReceivePKXClose = new ReceivePKXCloseInfo();
     ReceiveNextLotLoad = new ReceiveNextLotLoadInfo();
     ReceivePKXCloseInform = new ReceivePKXCloseInformInfo();
     ReceiveNextSSD = new ReceiveNextSSDInfoInfo();
 }
Example #2
0
 public void CopyTo(ReceiveNextSSDInfoInfo obj)
 {
     obj.Function = this.Function;
     obj.LotID = this.LotID;
     obj.PartID = this.PartID;
     obj.EquipmentID = this.EquipmentID;
     obj.BrandSerial = this.BrandSerial;
     obj.Lane = this.Lane;
     obj.IsRetry = this.IsRetry;
     obj.RetryCount = this.RetryCount;
 }