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 @@