From 6a2d847f086d7cea1f1d18948012a6b1febc3905 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Tue, 10 Jun 2025 23:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E8=B4=A6=E6=88=B7=E7=9A=84=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=A4=87=E6=B3=A8?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../datasource/vo/AccountVo4InOutList.java | 10 ++++++++++ .../resources/mapper_xml/AccountMapperEx.xml | 20 ++++++++++++------- 2 files changed, 23 insertions(+), 7 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 5da3dd4f..b9070d61 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 @@ -24,6 +24,8 @@ public class AccountVo4InOutList { private String amList; + private String remark; + private Long tenantId; public Long getAccountId() { @@ -106,6 +108,14 @@ public class AccountVo4InOutList { this.amList = amList; } + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + public Long getTenantId() { return tenantId; } diff --git a/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml index 3350a695..1e0da511 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml @@ -201,7 +201,8 @@