1、通过脚本导出时,表头里新增type字段,区分普通字段和拓展字段

This commit is contained in:
2026-03-05 15:16:39 +08:00
parent e285c1ce6a
commit 7a53d5ac6d

View File

@@ -31,6 +31,9 @@ public class ExportExcelFormat {
@Schema(description = "标记该属性是否已处理")
private boolean bUsed = false;
@Schema(description = "1普通字段2拓展字段")
private Integer type;
public ExportExcelFormat deepCopy() {