From 7203d67cfa3a2fc1cab9b8985dfd35c1797207b1 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期一, 06 十二月 2021 18:36:29 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/param/FullStoreParam.java |   39 ++++++++++++++++++++++++++++++++-------
 1 files changed, 32 insertions(+), 7 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 e19c0ea..0662da5 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,36 @@
  */
 public class FullStoreParam {
 
+    // 鎵樼洏鏉$爜
+    private String barcode;
+
     // 绔欑偣缂栧彿
     private Integer devpNo;
 
-    // 鐗╂枡鍒楄〃鏁版嵁
+    // 浜у搧鍒楄〃鏁版嵁
     private List<MatCodeStore> list;
 
-    static class MatCodeStore {
+    public static class MatCodeStore {
 
-        // 鐗╂枡缂栧彿
+        //鍗曟嵁缂栧彿
+        private String billNo;
+
+        //搴忓彿
+        private Integer seqNo;
+
+        // 浜у搧缂栧彿
         private String matNo;
 
-        // 鐗╂枡鏁伴噺
-        private Integer count;
+        // 浜у搧鏁伴噺
+        private Double count;
+
+        public String getBillNo() { return billNo; }
+
+        public void setBillNo(String billNo) { this.billNo = billNo; }
+
+        public Integer getSeqNo() { return seqNo; }
+
+        public void setSeqNo(Integer seqNo) { this.seqNo = seqNo; }
 
         public String getMatNo() {
             return matNo;
@@ -29,15 +46,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