设备日志

tags/yfai-mes-ext-v1.0
王杰 10 months ago
parent 3826df02ee
commit c94dc6e14c

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

Loading…
Cancel
Save