Exemplo n.º 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();
 }
Exemplo n.º 2
0
 public void CopyTo(ReceiveNextLotLoadInfo obj)
 {
     obj.Function = this.Function;
     obj.LotID = this.LotID;
     obj.IsRetry = this.IsRetry;
     obj.RetryCount = this.RetryCount;
 }