From 4fa1838e6e54f1d52e2d6e560839149a96a5537c Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Fri, 3 Apr 2026 13:41:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=B5=84=E6=BA=90=E5=BA=93=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hxhq/business/dto/mjy/FfjlListDto.java | 22 ++++++++++++++++++++++ .../resources/mapper/business/MjyFfjlMapper.xml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/mjy/FfjlListDto.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/mjy/FfjlListDto.java index 0fa1cb9..96cc269 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/mjy/FfjlListDto.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/mjy/FfjlListDto.java @@ -34,6 +34,12 @@ public class FfjlListDto { /** 出库量单位 */ private String ckldw; + /** 出库量 */ + private String jsl; + + /** 出库量单位 */ + private String jsldw; + /** 入库量 */ private String rkl; @@ -106,6 +112,22 @@ public class FfjlListDto { /** 归档申请人id */ private Long gdsqrId; + public String getJsl() { + return jsl; + } + + public void setJsl(String jsl) { + this.jsl = jsl; + } + + public String getJsldw() { + return jsldw; + } + + public void setJsldw(String jsldw) { + this.jsldw = jsldw; + } + public Long getGdsqrId() { return gdsqrId; } diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyFfjlMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyFfjlMapper.xml index 8ac16d0..ba55b02 100644 --- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyFfjlMapper.xml +++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyFfjlMapper.xml @@ -5,7 +5,7 @@