package com.shlanbao.tzsc.pms.md.eqp.beans;
|
|
import com.shlanbao.tzsc.utils.extents.DateFmtAnnotation;
|
|
|
public class EquipmentsBean {
|
private String id;
|
private String eqpTypeId; // 类型id
|
private String eqpTypeName; // 类型名称
|
private String equipmentCode; // 设备编码
|
private String equipmentName; // 设备名称
|
private String name;//用于保存设备名称,方便combobox Model 转换
|
private String equipmentDesc;
|
private String workShopId; // 车间id
|
private String workShopName; // 车间名称
|
private String workCenter; // mes下发编码
|
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;
|
@DateFmtAnnotation(fmtPattern="yyyy-MM-dd HH:mm:ss")
|
private String createTime;
|
private String updateUser;
|
@DateFmtAnnotation(fmtPattern="yyyy-MM-dd HH:mm:ss")
|
private String updateTime;
|
private Double vouchProduction;
|
private String del;
|
private String eqpCategory;
|
private String mesEqpCode;
|
|
public String getMesEqpCode() {
|
return mesEqpCode;
|
}
|
public void setMesEqpCode(String mesEqpCode) {
|
this.mesEqpCode = mesEqpCode;
|
}
|
public String getName() {
|
return name;
|
}
|
public void setName(String name) {
|
this.name = name;
|
}
|
public String getId() {
|
return id;
|
}
|
public void setId(String id) {
|
this.id = id;
|
}
|
public String getEqpTypeId() {
|
return eqpTypeId;
|
}
|
public void setEqpTypeId(String eqpTypeId) {
|
this.eqpTypeId = eqpTypeId;
|
}
|
public String getEqpTypeName() {
|
return eqpTypeName;
|
}
|
public void setEqpTypeName(String eqpTypeName) {
|
this.eqpTypeName = eqpTypeName;
|
}
|
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 getWorkShopId() {
|
return workShopId;
|
}
|
public void setWorkShopId(String workShopId) {
|
this.workShopId = workShopId;
|
}
|
public String getWorkShopName() {
|
return workShopName;
|
}
|
public void setWorkShopName(String workShopName) {
|
this.workShopName = workShopName;
|
}
|
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 String getCreateTime() {
|
return createTime;
|
}
|
public void setCreateTime(String createTime) {
|
this.createTime = createTime;
|
}
|
public String getUpdateUser() {
|
return updateUser;
|
}
|
public void setUpdateUser(String updateUser) {
|
this.updateUser = updateUser;
|
}
|
public String getUpdateTime() {
|
return updateTime;
|
}
|
public void setUpdateTime(String updateTime) {
|
this.updateTime = updateTime;
|
}
|
public String getDel() {
|
return del;
|
}
|
public void setDel(String del) {
|
this.del = del;
|
}
|
public Double getVouchProduction() {
|
return vouchProduction;
|
}
|
public void setVouchProduction(Double vouchProduction) {
|
this.vouchProduction = vouchProduction;
|
}
|
|
@Override
|
public String toString() {
|
return "EquipmentsBean{" +
|
"id='" + id + '\'' +
|
", eqpTypeId='" + eqpTypeId + '\'' +
|
", eqpTypeName='" + eqpTypeName + '\'' +
|
", equipmentCode='" + equipmentCode + '\'' +
|
", equipmentName='" + equipmentName + '\'' +
|
", name='" + name + '\'' +
|
", equipmentDesc='" + equipmentDesc + '\'' +
|
", workShopId='" + workShopId + '\'' +
|
", workShopName='" + workShopName + '\'' +
|
", workCenter='" + workCenter + '\'' +
|
", equipmentPosition='" + equipmentPosition + '\'' +
|
", ratedSpeed=" + ratedSpeed +
|
", rateSpeedUnit='" + rateSpeedUnit + '\'' +
|
", yieId=" + yieId +
|
", yieldUnit='" + yieldUnit + '\'' +
|
", enabled='" + enabled + '\'' +
|
", fixedAssetNum='" + fixedAssetNum + '\'' +
|
", manufacturingNum='" + manufacturingNum + '\'' +
|
", approvalNum='" + approvalNum + '\'' +
|
", navicertNum='" + navicertNum + '\'' +
|
", fixedAssetFlag='" + fixedAssetFlag + '\'' +
|
", usingDepartment='" + usingDepartment + '\'' +
|
", createUserId='" + createUserId + '\'' +
|
", createUserName='" + createUserName + '\'' +
|
", createTime='" + createTime + '\'' +
|
", updateUser='" + updateUser + '\'' +
|
", updateTime='" + updateTime + '\'' +
|
", vouchProduction=" + vouchProduction +
|
", del='" + del + '\'' +
|
", mesEqpCode='" + mesEqpCode + '\'' +
|
'}';
|
}
|
|
public String getEqpCategory() {
|
return eqpCategory;
|
}
|
|
public void setEqpCategory(String eqpCategory) {
|
this.eqpCategory = eqpCategory;
|
}
|
}
|