|
@ -57,9 +57,6 @@ public class ImportOpeningAccountInfo { |
|
|
@ExcelProperty({"开户日期","开卡日期"}) |
|
|
@ExcelProperty({"开户日期","开卡日期"}) |
|
|
private String openingAccountDate; |
|
|
private String openingAccountDate; |
|
|
|
|
|
|
|
|
// @ExcelProperty("账户余额") |
|
|
|
|
|
// private BigDecimal balance; |
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty({"系统账户状态", "账户状态"}) |
|
|
@ExcelProperty({"系统账户状态", "账户状态"}) |
|
|
private String status; |
|
|
private String status; |
|
|
|
|
|
|
|
|