diff --git a/jshERP-boot/src/main/java/com/jsh/erp/datasource/vo/DepotHeadVo4List.java b/jshERP-boot/src/main/java/com/jsh/erp/datasource/vo/DepotHeadVo4List.java
index 57227b4e..cc8b58c1 100644
--- a/jshERP-boot/src/main/java/com/jsh/erp/datasource/vo/DepotHeadVo4List.java
+++ b/jshERP-boot/src/main/java/com/jsh/erp/datasource/vo/DepotHeadVo4List.java
@@ -57,6 +57,26 @@ public class DepotHeadVo4List extends DepotHead{
*/
private BigDecimal realNeedDebt;
+ /**
+ * 开户行
+ */
+ private String bankName;
+
+ /**
+ * 账号
+ */
+ private String accountNumber;
+
+ /**
+ * 纳税人识别号
+ */
+ private String taxNum;
+
+ /**
+ * 联系电话
+ */
+ private String phoneNum;
+
public String getProjectName() {
return projectName;
}
@@ -224,4 +244,36 @@ public class DepotHeadVo4List extends DepotHead{
public void setRealNeedDebt(BigDecimal realNeedDebt) {
this.realNeedDebt = realNeedDebt;
}
+
+ public String getBankName() {
+ return bankName;
+ }
+
+ public void setBankName(String bankName) {
+ this.bankName = bankName;
+ }
+
+ public String getAccountNumber() {
+ return accountNumber;
+ }
+
+ public void setAccountNumber(String accountNumber) {
+ this.accountNumber = accountNumber;
+ }
+
+ public String getTaxNum() {
+ return taxNum;
+ }
+
+ public void setTaxNum(String taxNum) {
+ this.taxNum = taxNum;
+ }
+
+ public String getPhoneNum() {
+ return phoneNum;
+ }
+
+ public void setPhoneNum(String phoneNum) {
+ this.phoneNum = phoneNum;
+ }
}
\ No newline at end of file
diff --git a/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml
index cb1c1fbd..63bd2b10 100644
--- a/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml
+++ b/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml
@@ -10,6 +10,10 @@
+
+
+
+
@@ -1065,7 +1069,7 @@