|
@@ -83,7 +83,8 @@ public class CorpsDescExportExcel implements Serializable {
|
|
|
* 信用额度
|
|
* 信用额度
|
|
|
*/
|
|
*/
|
|
|
@ExcelProperty(value = "信用额度")
|
|
@ExcelProperty(value = "信用额度")
|
|
|
- private BigDecimal creditLimit;
|
|
|
|
|
|
|
+ // private BigDecimal creditLimit;
|
|
|
|
|
+ private BigDecimal limitAmount;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 使用信用额度
|
|
* 使用信用额度
|