From e18828825efe043781ed884513e5e4e5b2dffcbe Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 12 七月 2021 16:51:15 +0800
Subject: [PATCH] # webservice demo 模块
---
src/main/java/com/zy/asrs/entity/param/FullStoreParam.java | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java b/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java
index de82fa3..560c73f 100644
--- a/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java
@@ -7,19 +7,22 @@
*/
public class FullStoreParam {
+ // 鎵樼洏鏉$爜
+ private String barcode;
+
// 绔欑偣缂栧彿
private Integer devpNo;
- // 鐗╂枡鍒楄〃鏁版嵁
+ // 浜у搧鍒楄〃鏁版嵁
private List<MatCodeStore> list;
public static class MatCodeStore {
- // 鐗╂枡缂栧彿
+ // 浜у搧缂栧彿
private String matNo;
- // 鐗╂枡鏁伴噺
- private Integer count;
+ // 浜у搧鏁伴噺
+ private Double count;
public String getMatNo() {
return matNo;
@@ -29,15 +32,23 @@
this.matNo = matNo;
}
- public Integer getCount() {
+ public Double getCount() {
return count;
}
- public void setCount(Integer count) {
+ public void setCount(Double count) {
this.count = count;
}
}
+ public String getBarcode() {
+ return barcode;
+ }
+
+ public void setBarcode(String barcode) {
+ this.barcode = barcode;
+ }
+
public Integer getDevpNo() {
return devpNo;
}
--
Gitblit v1.9.1