ImpProdProcessDetailHistory.java
package com.mycim.valueobject.prp;
import java.io.Serializable;
/**
* @author Aiden
* @date 2019年4月9日下午1:28:35
* @description 修改历史
*/
public class ImpProdProcessDetailHistory implements Serializable {
private static final long serialVersionUID = 1L;
private Long detailRrn;
private Long impRrn;
private String layerId;
private String routeId;
private String routeSeq;
private String isRouteBranch;
private String operationId;
private String operationSeq;
private Long operationRrn;
private String isOperationBranch;
private String stepSeq;
private String stepDesc;
private String target;
private String spc;
private Long recipeRrn;
private String recipeId;
private Long eqptGroupRrn;
private String eqptGroupId;
private Long reticleFamilyRrn;
private String reticleFamilyId;
private Long parameterSetRrn;
private String parameterSetId;
private String qtime;
private Long reworkRouteRrn;
private String reworkRouteId;
private Integer reworkCount;
private String notice;
private String noticeType;
private String pollutionLevel;
private Long transRrn;
private Long userRrn;
public Long getDetailRrn() {
return detailRrn;
}
public void setDetailRrn(Long detailRrn) {
this.detailRrn = detailRrn;
}
public Long getImpRrn() {
return impRrn;
}
public void setImpRrn(Long impRrn) {
this.impRrn = impRrn;
}
public String getLayerId() {
return layerId;
}
public void setLayerId(String layerId) {
this.layerId = layerId;
}
public String getRouteId() {
return routeId;
}
public void setRouteId(String routeId) {
this.routeId = routeId;
}
public String getRouteSeq() {
return routeSeq;
}
public void setRouteSeq(String routeSeq) {
this.routeSeq = routeSeq;
}
public String getIsRouteBranch() {
return isRouteBranch;
}
public void setIsRouteBranch(String isRouteBranch) {
this.isRouteBranch = isRouteBranch;
}
public String getOperationId() {
return operationId;
}
public void setOperationId(String operationId) {
this.operationId = operationId;
}
public String getOperationSeq() {
return operationSeq;
}
public void setOperationSeq(String operationSeq) {
this.operationSeq = operationSeq;
}
public Long getOperationRrn() {
return operationRrn;
}
public void setOperationRrn(Long operationRrn) {
this.operationRrn = operationRrn;
}
public String getIsOperationBranch() {
return isOperationBranch;
}
public void setIsOperationBranch(String isOperationBranch) {
this.isOperationBranch = isOperationBranch;
}
public String getStepSeq() {
return stepSeq;
}
public void setStepSeq(String stepSeq) {
this.stepSeq = stepSeq;
}
public String getStepDesc() {
return stepDesc;
}
public void setStepDesc(String stepDesc) {
this.stepDesc = stepDesc;
}
public String getTarget() {
return target;
}
public void setTarget(String target) {
this.target = target;
}
public String getSpc() {
return spc;
}
public void setSpc(String spc) {
this.spc = spc;
}
public Long getRecipeRrn() {
return recipeRrn;
}
public void setRecipeRrn(Long recipeRrn) {
this.recipeRrn = recipeRrn;
}
public String getRecipeId() {
return recipeId;
}
public void setRecipeId(String recipeId) {
this.recipeId = recipeId;
}
public Long getEqptGroupRrn() {
return eqptGroupRrn;
}
public void setEqptGroupRrn(Long eqptGroupRrn) {
this.eqptGroupRrn = eqptGroupRrn;
}
public String getEqptGroupId() {
return eqptGroupId;
}
public void setEqptGroupId(String eqptGroupId) {
this.eqptGroupId = eqptGroupId;
}
public Long getReticleFamilyRrn() {
return reticleFamilyRrn;
}
public void setReticleFamilyRrn(Long reticleFamilyRrn) {
this.reticleFamilyRrn = reticleFamilyRrn;
}
public String getReticleFamilyId() {
return reticleFamilyId;
}
public void setReticleFamilyId(String reticleFamilyId) {
this.reticleFamilyId = reticleFamilyId;
}
public Long getParameterSetRrn() {
return parameterSetRrn;
}
public void setParameterSetRrn(Long parameterSetRrn) {
this.parameterSetRrn = parameterSetRrn;
}
public String getParameterSetId() {
return parameterSetId;
}
public void setParameterSetId(String parameterSetId) {
this.parameterSetId = parameterSetId;
}
public String getQtime() {
return qtime;
}
public void setQtime(String qtime) {
this.qtime = qtime;
}
public Long getReworkRouteRrn() {
return reworkRouteRrn;
}
public void setReworkRouteRrn(Long reworkRouteRrn) {
this.reworkRouteRrn = reworkRouteRrn;
}
public String getReworkRouteId() {
return reworkRouteId;
}
public void setReworkRouteId(String reworkRouteId) {
this.reworkRouteId = reworkRouteId;
}
public Integer getReworkCount() {
return reworkCount;
}
public void setReworkCount(Integer reworkCount) {
this.reworkCount = reworkCount;
}
public String getNotice() {
return notice;
}
public void setNotice(String notice) {
this.notice = notice;
}
public String getNoticeType() {
return noticeType;
}
public void setNoticeType(String noticeType) {
this.noticeType = noticeType;
}
public String getPollutionLevel() {
return pollutionLevel;
}
public void setPollutionLevel(String pollutionLevel) {
this.pollutionLevel = pollutionLevel;
}
public Long getTransRrn() {
return transRrn;
}
public void setTransRrn(Long transRrn) {
this.transRrn = transRrn;
}
public Long getUserRrn() {
return userRrn;
}
public void setUserRrn(Long userRrn) {
this.userRrn = userRrn;
}
}