diff --git a/jshERP-boot/src/main/java/com/jsh/erp/datasource/vo/AccountVo4InOutList.java b/jshERP-boot/src/main/java/com/jsh/erp/datasource/vo/AccountVo4InOutList.java index 544f2573..dbeba8b6 100644 --- a/jshERP-boot/src/main/java/com/jsh/erp/datasource/vo/AccountVo4InOutList.java +++ b/jshERP-boot/src/main/java/com/jsh/erp/datasource/vo/AccountVo4InOutList.java @@ -8,6 +8,8 @@ public class AccountVo4InOutList { private String type; + private String fromType; + private String supplierName; private BigDecimal changeAmount; @@ -38,6 +40,14 @@ public class AccountVo4InOutList { this.type = type; } + public String getFromType() { + return fromType; + } + + public void setFromType(String fromType) { + this.fromType = fromType; + } + public String getSupplierName() { return supplierName; } diff --git a/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml index 3cabcaf2..753d1c79 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml @@ -8,6 +8,7 @@ + @@ -67,7 +68,7 @@