1、通过脚本导出时,表头里新增type字段,区分普通字段和拓展字段
This commit is contained in:
@@ -31,6 +31,9 @@ public class ExportExcelFormat {
|
||||
@Schema(description = "标记该属性是否已处理")
|
||||
private boolean bUsed = false;
|
||||
|
||||
@Schema(description = "1(普通字段),2(拓展字段)")
|
||||
private Integer type;
|
||||
|
||||
|
||||
public ExportExcelFormat deepCopy() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user