@ -82,7 +82,9 @@ public class MesWorkCellScanMonitorConditionModel {
}
public MesWorkCellScanMonitorConditionModel location(MesWcEquipment wcEquipment) {
BeanUtils.copyProperties(wcEquipment, this);
this.workCenterCode = wcEquipment.getWorkCenterCode();
this.workCellCode = wcEquipment.getWorkCellCode();
this.equipmentCode = wcEquipment.getEquipmentCode();
return this;