|
|
@@ -57,6 +57,10 @@ public class ImportParams extends ExcelBaseParams { |
|
|
|
* 是否需要保存上传的Excel,默认为false
|
|
|
|
*/
|
|
|
|
private boolean needSave = false;
|
|
|
|
/**
|
|
|
|
* 校验组
|
|
|
|
*/
|
|
|
|
private Class[] verfiyGroup = null;
|
|
|
|
/**
|
|
|
|
* 是否需要校验上传的Excel,默认为false
|
|
|
|
*/
|
|
|
@@ -212,4 +216,12 @@ public class ImportParams extends ExcelBaseParams { |
|
|
|
public void setReadSingleCell(boolean readSingleCell) {
|
|
|
|
this.readSingleCell = readSingleCell;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Class[] getVerfiyGroup() {
|
|
|
|
return verfiyGroup;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setVerfiyGroup(Class[] verfiyGroup) {
|
|
|
|
this.verfiyGroup = verfiyGroup;
|
|
|
|
}
|
|
|
|
}
|