From 86da34924397adad24b3350e98599c459de40979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 20 Apr 2021 22:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B9=E6=8D=AE=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E7=BC=96=E5=8F=B7=E6=9F=A5=E7=9C=8B=E5=8D=95=E6=8D=AE?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsh/erp/datasource/vo/AccountVo4InOutList.java | 10 ++++++++++ .../main/resources/mapper_xml/AccountMapperEx.xml | 13 +++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) 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 @@