fix:88095

This commit is contained in:
梁琦涛
2024-08-06 16:27:39 +08:00
parent 9e7187ed49
commit 8f540531b7
9 changed files with 49 additions and 9 deletions
@@ -205,5 +205,6 @@ public class ResultCommon {
public static final String MODEL_IMPORT_DATA_ERROR = "model.import.data.error";
public static final String FILE_EMPTY_IMPORT_ERROR = "file.empty.import.error";
// 行大小太大
public static final String ROW_SIZE_TOO_LARGE = "row.size.too.large";
}