package com.shlanbao.tzsc.base.mapping;
|
|
import java.util.Date;
|
import java.util.HashSet;
|
import java.util.Set;
|
|
/**
|
* 辅助设备
|
*/
|
|
public class MdAppendEquipment implements java.io.Serializable {
|
|
// Fields
|
|
private String id;
|
private String mesEqpCode;//mes系统设备code
|
private String mdEqpType;//机型
|
private String eqpType;//类型
|
private String mdWorkshop;
|
private String equipmentCode;
|
private String equipmentName;
|
private String equipmentDesc;
|
private String workCenter;
|
private String equipmentPosition;
|
private Double ratedSpeed;
|
private String rateSpeedUnit;
|
private Double yieId;
|
private String yieldUnit;
|
private String enabled;
|
private String fixedAssetNum;
|
private String manufacturingNum;
|
private String approvalNum;
|
private String navicertNum;
|
private String fixedAssetFlag;
|
private String usingDepartment;
|
private String createUserId;
|
private String createUserName;
|
private Date createTime;
|
private Double vouchProduction;
|
private String updateUser;
|
private Date updateTime;
|
private String del;
|
private String attr1;
|
private String attr2;
|
private String attr3;
|
private String attr4;
|
|
public MdAppendEquipment(String id) {
|
super();
|
this.id = id;
|
}
|
public MdAppendEquipment() {
|
super();
|
// TODO Auto-generated constructor stub
|
}
|
public String getId() {
|
return id;
|
}
|
|
public String getEqpType() {
|
return eqpType;
|
}
|
public void setEqpType(String eqpType) {
|
this.eqpType = eqpType;
|
}
|
public void setId(String id) {
|
this.id = id;
|
}
|
public String getMesEqpCode() {
|
return mesEqpCode;
|
}
|
public void setMesEqpCode(String mesEqpCode) {
|
this.mesEqpCode = mesEqpCode;
|
}
|
public String getMdEqpType() {
|
return mdEqpType;
|
}
|
public void setMdEqpType(String mdEqpType) {
|
this.mdEqpType = mdEqpType;
|
}
|
public String getMdWorkshop() {
|
return mdWorkshop;
|
}
|
public void setMdWorkshop(String mdWorkshop) {
|
this.mdWorkshop = mdWorkshop;
|
}
|
public String getEquipmentCode() {
|
return equipmentCode;
|
}
|
public void setEquipmentCode(String equipmentCode) {
|
this.equipmentCode = equipmentCode;
|
}
|
public String getEquipmentName() {
|
return equipmentName;
|
}
|
public void setEquipmentName(String equipmentName) {
|
this.equipmentName = equipmentName;
|
}
|
public String getEquipmentDesc() {
|
return equipmentDesc;
|
}
|
public void setEquipmentDesc(String equipmentDesc) {
|
this.equipmentDesc = equipmentDesc;
|
}
|
public String getWorkCenter() {
|
return workCenter;
|
}
|
public void setWorkCenter(String workCenter) {
|
this.workCenter = workCenter;
|
}
|
public String getEquipmentPosition() {
|
return equipmentPosition;
|
}
|
public void setEquipmentPosition(String equipmentPosition) {
|
this.equipmentPosition = equipmentPosition;
|
}
|
public Double getRatedSpeed() {
|
return ratedSpeed;
|
}
|
public void setRatedSpeed(Double ratedSpeed) {
|
this.ratedSpeed = ratedSpeed;
|
}
|
public String getRateSpeedUnit() {
|
return rateSpeedUnit;
|
}
|
public void setRateSpeedUnit(String rateSpeedUnit) {
|
this.rateSpeedUnit = rateSpeedUnit;
|
}
|
public Double getYieId() {
|
return yieId;
|
}
|
public void setYieId(Double yieId) {
|
this.yieId = yieId;
|
}
|
public String getYieldUnit() {
|
return yieldUnit;
|
}
|
public void setYieldUnit(String yieldUnit) {
|
this.yieldUnit = yieldUnit;
|
}
|
public String getEnabled() {
|
return enabled;
|
}
|
public void setEnabled(String enabled) {
|
this.enabled = enabled;
|
}
|
public String getFixedAssetNum() {
|
return fixedAssetNum;
|
}
|
public void setFixedAssetNum(String fixedAssetNum) {
|
this.fixedAssetNum = fixedAssetNum;
|
}
|
public String getManufacturingNum() {
|
return manufacturingNum;
|
}
|
public void setManufacturingNum(String manufacturingNum) {
|
this.manufacturingNum = manufacturingNum;
|
}
|
public String getApprovalNum() {
|
return approvalNum;
|
}
|
public void setApprovalNum(String approvalNum) {
|
this.approvalNum = approvalNum;
|
}
|
public String getNavicertNum() {
|
return navicertNum;
|
}
|
public void setNavicertNum(String navicertNum) {
|
this.navicertNum = navicertNum;
|
}
|
public String getFixedAssetFlag() {
|
return fixedAssetFlag;
|
}
|
public void setFixedAssetFlag(String fixedAssetFlag) {
|
this.fixedAssetFlag = fixedAssetFlag;
|
}
|
public String getUsingDepartment() {
|
return usingDepartment;
|
}
|
public void setUsingDepartment(String usingDepartment) {
|
this.usingDepartment = usingDepartment;
|
}
|
public String getCreateUserId() {
|
return createUserId;
|
}
|
public void setCreateUserId(String createUserId) {
|
this.createUserId = createUserId;
|
}
|
public String getCreateUserName() {
|
return createUserName;
|
}
|
public void setCreateUserName(String createUserName) {
|
this.createUserName = createUserName;
|
}
|
public Date getCreateTime() {
|
return createTime;
|
}
|
public void setCreateTime(Date createTime) {
|
this.createTime = createTime;
|
}
|
public Double getVouchProduction() {
|
return vouchProduction;
|
}
|
public void setVouchProduction(Double vouchProduction) {
|
this.vouchProduction = vouchProduction;
|
}
|
public String getUpdateUser() {
|
return updateUser;
|
}
|
public void setUpdateUser(String updateUser) {
|
this.updateUser = updateUser;
|
}
|
public Date getUpdateTime() {
|
return updateTime;
|
}
|
public void setUpdateTime(Date updateTime) {
|
this.updateTime = updateTime;
|
}
|
public String getDel() {
|
return del;
|
}
|
public void setDel(String del) {
|
this.del = del;
|
}
|
public String getAttr1() {
|
return attr1;
|
}
|
public void setAttr1(String attr1) {
|
this.attr1 = attr1;
|
}
|
public String getAttr2() {
|
return attr2;
|
}
|
public void setAttr2(String attr2) {
|
this.attr2 = attr2;
|
}
|
public String getAttr3() {
|
return attr3;
|
}
|
public void setAttr3(String attr3) {
|
this.attr3 = attr3;
|
}
|
public String getAttr4() {
|
return attr4;
|
}
|
public void setAttr4(String attr4) {
|
this.attr4 = attr4;
|
}
|
|
}
|