From 41b22601227fa44de14737309e559e0d3909b5d6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 18 六月 2021 10:24:28 +0800 Subject: [PATCH] Merge branch 'htasrs0' of https://gitee.com/luxiaotao1123/zy-asrs into htasrs0 --- src/main/java/com/zy/asrs/entity/param/StockOutParam.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/param/StockOutParam.java b/src/main/java/com/zy/asrs/entity/param/StockOutParam.java index cee665a..f0d9867 100644 --- a/src/main/java/com/zy/asrs/entity/param/StockOutParam.java +++ b/src/main/java/com/zy/asrs/entity/param/StockOutParam.java @@ -31,9 +31,14 @@ public static class LocDetl { + // 搴撲綅鍙� private String locNo; + // 鍟嗗搧缂栧彿 private String matnr; + + // 鏁伴噺 + private Double count; public String getLocNo() { return locNo; @@ -50,5 +55,14 @@ public void setMatnr(String matnr) { this.matnr = matnr; } + + public Double getCount() { + return count; + } + + public void setCount(Double count) { + this.count = count; + } } + } -- Gitblit v1.9.1