|
@@ -13,5 +13,8 @@ import org.springframework.stereotype.Component;
|
|
|
@Component
|
|
@Component
|
|
|
@ConfigurationProperties(prefix = "jeecg.excel.export")
|
|
@ConfigurationProperties(prefix = "jeecg.excel.export")
|
|
|
public class ExportProperties {
|
|
public class ExportProperties {
|
|
|
-
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 付款明细
|
|
|
|
|
+ */
|
|
|
|
|
+ private String paymentDetail;
|
|
|
}
|
|
}
|