feat: add easy excel and fast excel anno default in setting
This commit is contained in:
@@ -40,6 +40,8 @@ public abstract class AbstractSettingsState {
|
|||||||
public transient String[][] annoDoc = {
|
public transient String[][] annoDoc = {
|
||||||
{"field", "io.swagger.annotations.ApiModelProperty", "value"},
|
{"field", "io.swagger.annotations.ApiModelProperty", "value"},
|
||||||
{"field", "io.swagger.v3.oas.annotations.media.Schema", "title"},
|
{"field", "io.swagger.v3.oas.annotations.media.Schema", "title"},
|
||||||
|
{"field", "com.alibaba.excel.annotation.ExcelProperty", "value"},
|
||||||
|
{"field", "com.idev.excel.annotation.ExcelProperty", "value"},
|
||||||
};
|
};
|
||||||
|
|
||||||
public boolean dirDocEffect = true;
|
public boolean dirDocEffect = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user