From 97c788f31a57b4e8c3fc8091dc29aab598adeebb Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期日, 04 一月 2026 08:07:00 +0800
Subject: [PATCH] #1
---
src/main/java/com/zy/common/model/MatDto.java | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/main/java/com/zy/common/model/MatDto.java b/src/main/java/com/zy/common/model/MatDto.java
index 02eb13c..c36276a 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;
@@ -49,17 +49,20 @@
//鍗曞彿
private String orderNo;
- private String cstateid;
+ //鎵瑰彿
+ private String batch;
+
+// private String cstateid;
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, String orderNo, String cstateid) {
+ 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) {
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;
@@ -69,6 +72,7 @@
this.supp = supp;
this.kpCstmrName = kpCstmrName;
this.orderNo = orderNo;
- this.cstateid = cstateid;
+ this.batch = batch;
+// this.cstateid = cstateid;
}
}
--
Gitblit v1.9.1