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(); }
public void CopyTo(ReceiveLotCloseInfo obj) { obj.Function = this.Function; obj.LotID = this.LotID; obj.PartID = this.PartID; obj.LotQuantity = this.LotQuantity; obj.TurnkeyCode = this.TurnkeyCode; obj.Serial = this.Serial; obj.PPID = this.PPID; obj.WWN = this.WWN; obj.CSerial = this.CSerial; obj.PSID = this.PSID; obj.Result = this.Result; obj.Msg = this.Msg; }