From 56447033ebd1f5669435e01c5e99da591f25ea28 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期五, 20 三月 2026 10:18:27 +0800
Subject: [PATCH] 修复未组托托盘入库电视机不提示请先组托

---
 src/main/java/com/zy/common/model/MatDto.java |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/zy/common/model/MatDto.java b/src/main/java/com/zy/common/model/MatDto.java
index da13eca..7541d4f 100644
--- a/src/main/java/com/zy/common/model/MatDto.java
+++ b/src/main/java/com/zy/common/model/MatDto.java
@@ -20,7 +20,7 @@
     private String specs;
 
     // 鐗╂枡鏁伴噺
-    private Double count;
+    private Double anfme;
 
     // 搴撲綅鏁伴噺
     private Double total;
@@ -46,15 +46,24 @@
     //寮�绁ㄥ鎴峰悕绉�
     private String kpCstmrName;
 
+    //鍗曞彿
+    private String orderNo;
+
+    //鎵瑰彿
+    private String batch;
+
+    // 搴撲綅缂栧彿
+    private String locNo;
+
     public MatDto() {
     }
 
-    public MatDto(String matNo, String maktx, Double count, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName) {
+    public MatDto(String matNo, String maktx, Double anfme, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo, String batch, String locNo) {
         this.matnr = matNo;
         this.maktx = maktx;
         this.maknx = maktx;
         this.specs = specs;
-        this.count = count;
+        this.anfme = anfme;
         this.weight = weight;
         this.total = total;
         this.totalWeight = totalWeight;
@@ -63,5 +72,8 @@
         this.model = model;
         this.supp = supp;
         this.kpCstmrName = kpCstmrName;
+        this.orderNo = orderNo;
+        this.batch = batch;
+        this.locNo = locNo;
     }
 }

--
Gitblit v1.9.1