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(ReceivePKXCloseInfo obj)
 {
     obj.Function = this.Function;
     obj.LotID = this.LotID;
     obj.EquipmentID = this.EquipmentID;
     obj.Result = this.Result;
     obj.Msg = this.Msg;
 }