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