package com.shlanbao.tzsc.pms.qm.onlineCheck.bean;
|
|
import com.shlanbao.tzsc.base.model.BaseEntity;
|
|
public class QmCxOnlineCHKGY extends BaseEntity {
|
private String id;
|
private String qmocid;
|
private Double wat;
|
private Double gy1;
|
private Double gy2;
|
private String type;
|
private String remark;
|
private String del;
|
private String res;
|
private String res2;
|
private String code;
|
private String mat;
|
private String equipment;
|
private String date;
|
private String shift;
|
private String team;
|
private String bth;
|
private String status;
|
|
|
|
public String getId() {
|
return id;
|
}
|
public void setId(String id) {
|
this.id = id;
|
}
|
public String getQmocid() {
|
return qmocid;
|
}
|
public void setQmocid(String qmocid) {
|
this.qmocid = qmocid;
|
}
|
public Double getWat() {
|
return wat;
|
}
|
public void setWat(Double wat) {
|
this.wat = wat;
|
}
|
public Double getGy1() {
|
return gy1;
|
}
|
public void setGy1(Double gy1) {
|
this.gy1 = gy1;
|
}
|
public Double getGy2() {
|
return gy2;
|
}
|
public void setGy2(Double gy2) {
|
this.gy2 = gy2;
|
}
|
public String getType() {
|
return type;
|
}
|
public void setType(String type) {
|
this.type = type;
|
}
|
public String getRemark() {
|
return remark;
|
}
|
public void setRemark(String remark) {
|
this.remark = remark;
|
}
|
public String getDel() {
|
return del;
|
}
|
public void setDel(String del) {
|
this.del = del;
|
}
|
public String getRes() {
|
return res;
|
}
|
public void setRes(String res) {
|
this.res = res;
|
}
|
public String getRes2() {
|
return res2;
|
}
|
public void setRes2(String res2) {
|
this.res2 = res2;
|
}
|
public String getCode() {
|
return code;
|
}
|
public void setCode(String code) {
|
this.code = code;
|
}
|
public String getMat() {
|
return mat;
|
}
|
public void setMat(String mat) {
|
this.mat = mat;
|
}
|
public String getEquipment() {
|
return equipment;
|
}
|
public void setEquipment(String equipment) {
|
this.equipment = equipment;
|
}
|
public String getDate() {
|
return date;
|
}
|
public void setDate(String date) {
|
this.date = date;
|
}
|
public String getShift() {
|
return shift;
|
}
|
public void setShift(String shift) {
|
this.shift = shift;
|
}
|
public String getTeam() {
|
return team;
|
}
|
public void setTeam(String team) {
|
this.team = team;
|
}
|
public String getBth() {
|
return bth;
|
}
|
public void setBth(String bth) {
|
this.bth = bth;
|
}
|
public String getStatus() {
|
return status;
|
}
|
public void setStatus(String status) {
|
this.status = status;
|
}
|
|
|
}
|