package com.shlanbao.tzsc.pms.md.fixCode.beans;
|
|
public class AccessParam {
|
private String a51qty;
|
private String other1qty;
|
private String a52qty;
|
private String other2qty;
|
private String exceedEvery;
|
private String howMuch;
|
private String exceedAnther;
|
private String totalQtystd;
|
private String exceedTotalAnther;
|
private String xiZhi;
|
private String changGui;
|
private String underFirst;
|
private String underFirstMiddle;
|
private String underEvery;
|
private String underSecond;
|
private String underTotal;
|
|
private String exceedOfPlan;
|
private String exceedOfPlanMiddle;
|
|
private String exceedOfPlanEvery;
|
|
|
public String getA51qty() {
|
return a51qty;
|
}
|
|
public void setA51qty(String a51qty) {
|
this.a51qty = a51qty;
|
}
|
|
public String getOther1qty() {
|
return other1qty;
|
}
|
|
public void setOther1qty(String other1qty) {
|
this.other1qty = other1qty;
|
}
|
|
public String getA52qty() {
|
return a52qty;
|
}
|
|
public void setA52qty(String a52qty) {
|
this.a52qty = a52qty;
|
}
|
|
public String getOther2qty() {
|
return other2qty;
|
}
|
|
public void setOther2qty(String other2qty) {
|
this.other2qty = other2qty;
|
}
|
|
public String getExceedEvery() {
|
return exceedEvery;
|
}
|
|
public void setExceedEvery(String exceedEvery) {
|
this.exceedEvery = exceedEvery;
|
}
|
|
public String getHowMuch() {
|
return howMuch;
|
}
|
|
public void setHowMuch(String howMuch) {
|
this.howMuch = howMuch;
|
}
|
|
public String getExceedAnther() {
|
return exceedAnther;
|
}
|
|
public void setExceedAnther(String exceedAnther) {
|
this.exceedAnther = exceedAnther;
|
}
|
|
public String getTotalQtystd() {
|
return totalQtystd;
|
}
|
|
public void setTotalQtystd(String totalQtystd) {
|
this.totalQtystd = totalQtystd;
|
}
|
|
public String getExceedTotalAnther() {
|
return exceedTotalAnther;
|
}
|
|
public void setExceedTotalAnther(String exceedTotalAnther) {
|
this.exceedTotalAnther = exceedTotalAnther;
|
}
|
|
public String getXiZhi() {
|
return xiZhi;
|
}
|
|
public void setXiZhi(String xiZhi) {
|
this.xiZhi = xiZhi;
|
}
|
|
public String getChangGui() {
|
return changGui;
|
}
|
|
public void setChangGui(String changGui) {
|
this.changGui = changGui;
|
}
|
|
public String getUnderFirst() {
|
return underFirst;
|
}
|
|
public void setUnderFirst(String underFirst) {
|
this.underFirst = underFirst;
|
}
|
|
public String getUnderEvery() {
|
return underEvery;
|
}
|
|
public void setUnderEvery(String underEvery) {
|
this.underEvery = underEvery;
|
}
|
|
public String getUnderSecond() {
|
return underSecond;
|
}
|
|
public void setUnderSecond(String underSecond) {
|
this.underSecond = underSecond;
|
}
|
|
public String getUnderTotal() {
|
return underTotal;
|
}
|
|
public void setUnderTotal(String underTotal) {
|
this.underTotal = underTotal;
|
}
|
|
public String getExceedOfPlan() {
|
return exceedOfPlan;
|
}
|
|
public void setExceedOfPlan(String exceedOfPlan) {
|
this.exceedOfPlan = exceedOfPlan;
|
}
|
|
public String getExceedOfPlanEvery() {
|
return exceedOfPlanEvery;
|
}
|
|
public void setExceedOfPlanEvery(String exceedOfPlanEvery) {
|
this.exceedOfPlanEvery = exceedOfPlanEvery;
|
}
|
|
public String getUnderFirstMiddle() {
|
return underFirstMiddle;
|
}
|
|
public void setUnderFirstMiddle(String underFirstMiddle) {
|
this.underFirstMiddle = underFirstMiddle;
|
}
|
|
public String getExceedOfPlanMiddle() {
|
return exceedOfPlanMiddle;
|
}
|
|
public void setExceedOfPlanMiddle(String exceedOfPlanMiddle) {
|
this.exceedOfPlanMiddle = exceedOfPlanMiddle;
|
}
|
}
|