Merge pull request #13574 from dataease/pr@dev-v2@fixds

Pr@dev v2@fixds
This commit is contained in:
xuwei-fit2cloud
2024-11-26 17:51:05 +08:00
committed by GitHub
8 changed files with 238 additions and 65 deletions

View File

@@ -21,5 +21,6 @@ public class ExcelSheetData {
private String sheetId;
private String sheetExcelId;
private List<Map<String, Object>> jsonArray;
private boolean newSheet;
}