dev^2
itcast 1 year ago
parent 3a76b263b2
commit c91b3e024b
  1. 4
      jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/fieldx/dto/ExcelInfo.java

@ -101,12 +101,12 @@ public class ExcelInfo {
public String getAssociateTable(){
String value=zhcell(cells.getCell(10));
return getvalue(value);
return null;
}
public String getAssociateField(){
String value=zhcell(cells.getCell(11));
return getvalue(value);
return null;
}
public String getIsNull(){

Loading…
Cancel
Save