From 7dd3f4282b3bd9ad3759c974c58ce7bb042ad1c4 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期一, 16 六月 2025 15:53:09 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/common/model/MatDto.java | 55 ++++++++++++++++++++++++++++++++-----------------------
1 files changed, 32 insertions(+), 23 deletions(-)
diff --git a/src/main/java/com/zy/common/model/MatDto.java b/src/main/java/com/zy/common/model/MatDto.java
index e45246a..2c8cf7c 100644
--- a/src/main/java/com/zy/common/model/MatDto.java
+++ b/src/main/java/com/zy/common/model/MatDto.java
@@ -13,6 +13,7 @@
// 鐗╂枡鍚嶇О
private String maktx;
+
private String maknx;
// 搴撲綅瑙勬牸
@@ -23,40 +24,48 @@
// 搴撲綅鏁伴噺
private Double total;
- //宸ュ簭
+
+ //杈呮暟閲�
+ private Double weight;
+
+ // 杈呭簱浣嶆暟閲�
+ private Double totalWeight;
+
+ //鎵樼洏鐮�
+ private String barcode;
+
+ //u8鏃у搧鍚�
private String sku;
+
+ //鍨嬪彿
+ private String model;
+
+ //瀹㈡埛鍚嶇О
+ private String supp;
+
+ //寮�绁ㄥ鎴峰悕绉�
+ private String kpCstmrName;
+
+ //鍗曞彿
+ private String orderNo;
public MatDto() {
}
- public MatDto(String matNo, String maktx, Double count) {
+ 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) {
this.matnr = matNo;
this.maktx = maktx;
this.maknx = maktx;
- this.count = count;
- }
- public MatDto(String matNo, String maktx, Double count,String specs) {
this.specs = specs;
- this.matnr = matNo;
- this.maktx = maktx;
- this.maknx = maktx;
this.count = count;
- }
- public MatDto(String matNo, String maktx, Double count,Double total,String specs) {
- this.specs = specs;
- this.matnr = matNo;
- this.maktx = maktx;
- this.maknx = maktx;
- this.count = count;
+ this.weight = weight;
this.total = total;
- }
- public MatDto(String matNo, String maktx, Double count,Double total,String specs,String sku) {
- this.specs = specs;
- this.matnr = matNo;
- this.maktx = maktx;
- this.maknx = maktx;
- this.count = count;
- this.total = total;
+ this.totalWeight = totalWeight;
this.sku = sku;
+ this.barcode = barcode;
+ this.model = model;
+ this.supp = supp;
+ this.kpCstmrName = kpCstmrName;
+ this.orderNo = orderNo;
}
}
--
Gitblit v1.9.1