|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package cn.estsh.i3plus.ext.mes.pcn.pojo.context;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.ext.mes.pcn.pojo.util.MesPcnExtConstWords;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.CommonEnumUtil;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesEquipmentLog;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.util.MesExtEnumUtil;
|
|
|
|
@ -108,7 +109,7 @@ public class MesEquipVariableCollectContext implements Serializable {
|
|
|
|
|
//读取信息赋值
|
|
|
|
|
public void copyValue(MesEquipmentLog equipmentLog) {
|
|
|
|
|
if (null == equipmentLog) return;
|
|
|
|
|
BeanUtils.copyProperties(equipmentLog, this);
|
|
|
|
|
BeanUtils.copyProperties(equipmentLog, this, MesPcnExtConstWords.CATEGORY_LEVEL_TWO);
|
|
|
|
|
this.messageSource = MesExtEnumUtil.CELL_MESSAGE_SOURCE.READ.getValue();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|