package com.shlanbao.tzsc.pms.equ.resume.beans;
|
|
public class EqmStopBean{
|
private String stopId;
|
private String addUserid;
|
private String modifyUserid;
|
private String stopTime;//停用时间
|
private String stopType;//凭证类
|
private String stopNumber;//凭证号
|
private String stopReason;//停用原因
|
private String enableTime;//启用时间
|
private String enableType;//启用凭证类
|
private String enableNumber;//启用凭证号
|
private String enableReason;//启用原因
|
private String addTime;
|
private String modifyTime;
|
private String del;
|
|
private String eqmResumeId;//设备履历ID
|
private String eqmResumeName;
|
private String addUserName;
|
private String modifyUserName;
|
public String getStopId() {
|
return stopId;
|
}
|
public void setStopId(String stopId) {
|
this.stopId = stopId;
|
}
|
public String getAddUserid() {
|
return addUserid;
|
}
|
public void setAddUserid(String addUserid) {
|
this.addUserid = addUserid;
|
}
|
public String getModifyUserid() {
|
return modifyUserid;
|
}
|
public void setModifyUserid(String modifyUserid) {
|
this.modifyUserid = modifyUserid;
|
}
|
public String getStopTime() {
|
return stopTime;
|
}
|
public void setStopTime(String stopTime) {
|
this.stopTime = stopTime;
|
}
|
public String getStopType() {
|
return stopType;
|
}
|
public void setStopType(String stopType) {
|
this.stopType = stopType;
|
}
|
public String getStopNumber() {
|
return stopNumber;
|
}
|
public void setStopNumber(String stopNumber) {
|
this.stopNumber = stopNumber;
|
}
|
public String getStopReason() {
|
return stopReason;
|
}
|
public void setStopReason(String stopReason) {
|
this.stopReason = stopReason;
|
}
|
public String getEnableTime() {
|
return enableTime;
|
}
|
public void setEnableTime(String enableTime) {
|
this.enableTime = enableTime;
|
}
|
public String getEnableType() {
|
return enableType;
|
}
|
public void setEnableType(String enableType) {
|
this.enableType = enableType;
|
}
|
public String getEnableNumber() {
|
return enableNumber;
|
}
|
public void setEnableNumber(String enableNumber) {
|
this.enableNumber = enableNumber;
|
}
|
public String getEnableReason() {
|
return enableReason;
|
}
|
public void setEnableReason(String enableReason) {
|
this.enableReason = enableReason;
|
}
|
public String getAddTime() {
|
return addTime;
|
}
|
public void setAddTime(String addTime) {
|
this.addTime = addTime;
|
}
|
public String getModifyTime() {
|
return modifyTime;
|
}
|
public void setModifyTime(String modifyTime) {
|
this.modifyTime = modifyTime;
|
}
|
public String getDel() {
|
return del;
|
}
|
public void setDel(String del) {
|
this.del = del;
|
}
|
public String getEqmResumeId() {
|
return eqmResumeId;
|
}
|
public void setEqmResumeId(String eqmResumeId) {
|
this.eqmResumeId = eqmResumeId;
|
}
|
public String getEqmResumeName() {
|
return eqmResumeName;
|
}
|
public void setEqmResumeName(String eqmResumeName) {
|
this.eqmResumeName = eqmResumeName;
|
}
|
public String getAddUserName() {
|
return addUserName;
|
}
|
public void setAddUserName(String addUserName) {
|
this.addUserName = addUserName;
|
}
|
public String getModifyUserName() {
|
return modifyUserName;
|
}
|
public void setModifyUserName(String modifyUserName) {
|
this.modifyUserName = modifyUserName;
|
}
|
|
}
|