Преглед на файлове

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

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