@@ -49,7 +49,6 @@ public class AccountManagement extends BasePo {
private String interbankNumber;
-
/**
* 账户名称(外汇信息)
*/
@@ -91,4 +90,17 @@ public class AccountManagement extends BasePo {
private Integer type;
+ /**
+ * 电话
+ */
+ private String beneficiaryTel;
+ * 税点
+ private String taxPoints;
+ * 纳税人识别号
+ private String taxpayerCode;
+
}
@@ -52,6 +52,7 @@
c.priv_account_bank,
c.priv_account_number,
c.last_follow_time,
+ c.duty_paragraph,
IFNULL(t1.followCount, 0) AS followCount,
t1.lastSaleDate,
IFNULL(t1.lastSaleDay, 0) as lastSaleDay,