yangys
2024-05-18 c9b04383c77f91ac309e37e70783edcf8a9298b5
smart-starter-excel/src/main/java/com/qianwen/core/excel/extend/config/ExcelConfigProperties.java
@@ -3,7 +3,7 @@
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties(prefix = ExcelConfigProperties.PREFIX)
/* loaded from: blade-starter-excel-9.3.0.0-SNAPSHOT.jar:org/springblade/core/excel/extend/config/ExcelConfigProperties.class */
public class ExcelConfigProperties {
    static final String PREFIX = "excel";
    private String templatePath = PREFIX;