|
@@ -222,6 +222,36 @@ public class Contract extends BasePo {
|
|
|
private String ehsdJson;
|
|
|
|
|
|
/**
|
|
|
+ * beneficiaryName
|
|
|
+ */
|
|
|
+ private String beneficiaryName;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * beneficiaryBank
|
|
|
+ */
|
|
|
+ private String beneficiaryBank;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * beneficiaryBankAddress
|
|
|
+ */
|
|
|
+ private String beneficiaryBankAddress;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * beneficiaryAddress
|
|
|
+ */
|
|
|
+ private String beneficiaryAddress;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * beneficiaryName
|
|
|
+ */
|
|
|
+ private String swiftCode;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * beneficiaryAccountNumber
|
|
|
+ */
|
|
|
+ private String beneficiaryAccountNumber;
|
|
|
+
|
|
|
+ /**
|
|
|
* 版本号
|
|
|
*/
|
|
|
@TableField(fill = FieldFill.INSERT)
|