|
@@ -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;
|
|
|
+
|
|
|
}
|