|
|
@@ -33,6 +33,12 @@ public class ContrastExcelVM {
|
|
|
@ExcelField(title = "对不上数量", order = 10)
|
|
|
private String noSubCnt;
|
|
|
|
|
|
+ @ExcelField(title = "1级降2级数量", order = 11)
|
|
|
+ private String oneTwoCount;
|
|
|
+
|
|
|
+ @ExcelField(title = "2级升1级数量", order = 12)
|
|
|
+ private String twoOneCount;
|
|
|
+
|
|
|
public String getInFlag() {
|
|
|
return inFlag;
|
|
|
}
|
|
|
@@ -104,4 +110,12 @@ public class ContrastExcelVM {
|
|
|
public String getNoSubCnt() { return noSubCnt; }
|
|
|
|
|
|
public void setNoSubCnt(String noSubCnt) { this.noSubCnt = noSubCnt; }
|
|
|
+
|
|
|
+ public String getOneTwoCount() { return oneTwoCount; }
|
|
|
+
|
|
|
+ public void setOneTwoCount(String oneTwoCount) { this.oneTwoCount = oneTwoCount; }
|
|
|
+
|
|
|
+ public String getTwoOneCount() { return twoOneCount; }
|
|
|
+
|
|
|
+ public void setTwoOneCount(String twoOneCount) { this.twoOneCount = twoOneCount; }
|
|
|
}
|