|
|
|
@ -138,6 +138,33 @@ public class QcCheckTaskDetail extends BaseEntity {
|
|
|
|
|
private String defectCodes;
|
|
|
|
|
private String defectNames;
|
|
|
|
|
private String defectQualitys;
|
|
|
|
|
private String itemType;
|
|
|
|
|
private String judgeRate;
|
|
|
|
|
private String samplePlan;
|
|
|
|
|
|
|
|
|
|
public String getSamplePlan() {
|
|
|
|
|
return samplePlan;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setSamplePlan(String samplePlan) {
|
|
|
|
|
this.samplePlan = samplePlan;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getItemType() {
|
|
|
|
|
return itemType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setItemType(String itemType) {
|
|
|
|
|
this.itemType = itemType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getJudgeRate() {
|
|
|
|
|
return judgeRate;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setJudgeRate(String judgeRate) {
|
|
|
|
|
this.judgeRate = judgeRate;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getDefectCodes() {
|
|
|
|
|
return defectCodes;
|
|
|
|
|