From c73f3dd7d3ce960406c705d27ce7d6e0130fc9e5 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期五, 20 八月 2021 16:31:34 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/entity/param/StockOutParam.java | 26 ++++++++++++++++++++------
1 files changed, 20 insertions(+), 6 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..9ba5bb0 100644
--- a/src/main/java/com/zy/asrs/entity/param/StockOutParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -10,7 +10,7 @@
// 鍑虹珯鍙�
private Integer outSite;
- // 鐗╂枡缂栧彿闆嗗悎
+ // 浜у搧缂栧彿闆嗗悎
private List<LocDetl> locDetls;
public Integer getOutSite() {
@@ -31,9 +31,14 @@
public static class LocDetl {
+ // 搴撲綅鍙�
private String locNo;
- private String matnr;
+ // 浜у搧鍙�
+ private String matNo;
+
+ // 鏁伴噺
+ private Double count;
public String getLocNo() {
return locNo;
@@ -43,12 +48,21 @@
this.locNo = locNo;
}
- public String getMatnr() {
- return matnr;
+ public String getMatNo() {
+ return matNo;
}
- public void setMatnr(String matnr) {
- this.matnr = matnr;
+ public void setMatNo(String matNo) {
+ this.matNo = matNo;
+ }
+
+ public Double getCount() {
+ return count;
+ }
+
+ public void setCount(Double count) {
+ this.count = count;
}
}
+
}
--
Gitblit v1.9.1