瀏覽代碼

客户档案、公海、私海页面增加“收款信息”字段组

yzc 1 年之前
父節點
當前提交
c65cec962b
共有 1 個文件被更改,包括 31 次插入0 次删除
  1. 31 0
      hx-customer/src/main/java/com/fjhx/customer/entity/customer/po/Customer.java

+ 31 - 0
hx-customer/src/main/java/com/fjhx/customer/entity/customer/po/Customer.java

@@ -101,4 +101,35 @@ public class Customer extends BasePo {
     @TableField(exist = false)
     private Integer count;
 
+
+    /**
+     * beneficiaryName
+     */
+    private String beneficiaryName;
+
+    /**
+     * beneficiaryBank
+     */
+    private String beneficiaryBank;
+
+    /**
+     * beneficiaryBankAddress
+     */
+    private String beneficiaryBankAddress;
+
+    /**
+     * beneficiaryAddress
+     */
+    private String beneficiaryAddress;
+
+    /**
+     * beneficiaryName
+     */
+    private String swiftCode;
+
+    /**
+     * beneficiaryAccountNumber
+     */
+    private String beneficiaryAccountNumber;
+
 }