@@ -22,6 +22,8 @@ public class Account extends BaseEntity {
private Long goodsId;
+ private String bankCard;
+
private Date startTime;
private Date expiryTime;
@@ -41,6 +41,10 @@ public class ExcelManageAccountData {
@DbField("a.password")
private String password;
+ @ExcelProperty("银行卡号")
+ @DbField("a.bank_card")
@ExcelProperty("到期时间")
@DbField("date_format(a.expiry_time,'%Y/%m/%d')")
private String expiryTime;
@@ -29,6 +29,9 @@ public class AccountView {
@DbField("g.title")
private String title;
@DbField("a.account")
private String account;