ANDON更新

yun-zuoyi
柯裕 6 years ago
parent 8ef8e92b95
commit c9f16c701f

@ -271,11 +271,15 @@ public class AndonManageQueue extends BaseBean {
* @param alarmCode * @param alarmCode
* @param andonCount * @param andonCount
*/ */
public AndonManageQueue(String workCenterCode, String workCellCode, String equipmentCode, String shiftCode, String alarmCode, Long andonCount) { public AndonManageQueue(String workCenterCode,String workCenterNameRdd, String workCellCode,String workCellNameRdd, String equipmentCode, String equipmentNameRdd, String shiftCode, String shiftNameRdd, String alarmCode, Long andonCount) {
this.workCenterCode = workCenterCode; this.workCenterCode = workCenterCode;
this.workCenterNameRdd = workCenterNameRdd;
this.workCellNameRdd = workCellNameRdd;
this.workCellCode = workCellCode; this.workCellCode = workCellCode;
this.equipmentCode = equipmentCode; this.equipmentCode = equipmentCode;
this.equipmentNameRdd = equipmentNameRdd;
this.shiftCode = shiftCode; this.shiftCode = shiftCode;
this.shiftNameRdd = shiftNameRdd;
this.alarmCode = alarmCode; this.alarmCode = alarmCode;
this.andonCount = andonCount; this.andonCount = andonCount;
} }
@ -335,7 +339,8 @@ public class AndonManageQueue extends BaseBean {
* @param confirmTime * @param confirmTime
* @param resetTime * @param resetTime
*/ */
public AndonManageQueue(String alarmCode,String ecCode, String ecNameRdd, String callTime, String confirmTime,String resetTime){ public AndonManageQueue(String workCenterNameRdd,String alarmCode,String ecCode, String ecNameRdd, String callTime, String confirmTime,String resetTime){
this.workCenterNameRdd = workCenterNameRdd;
this.ecNameRdd = ecNameRdd; this.ecNameRdd = ecNameRdd;
this.ecCode = ecCode; this.ecCode = ecCode;
this.alarmCode = alarmCode; this.alarmCode = alarmCode;

Loading…
Cancel
Save