From c0fc45a7cd97c2ded531b85575e6f26ff269db1b Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 24 二月 2026 15:22:25 +0800
Subject: [PATCH] 第一次进场调试
---
src/main/java/com/zy/common/model/MatDto.java | 107 +++++++++++++++++++++++------------------------------
1 files changed, 47 insertions(+), 60 deletions(-)
diff --git a/src/main/java/com/zy/common/model/MatDto.java b/src/main/java/com/zy/common/model/MatDto.java
index e7ac3ba..11d61b5 100644
--- a/src/main/java/com/zy/common/model/MatDto.java
+++ b/src/main/java/com/zy/common/model/MatDto.java
@@ -12,77 +12,64 @@
private String matnr;
// 鐗╂枡鍚嶇О
- private String maknx;
+ private String maktx;
- private String batch;
-
+ // 搴撲綅瑙勬牸
private String specs;
- private String temp1;
- private String outOrderNo;
- private String orderNo;
- private String unit;
- private Double weight;
- private String objectId;
- private String objectName;
- private Double length;
- // 瀹㈡埛淇℃伅
- private String manu;
-
- // 澶囨敞
- private String memo;
-
- private String proType;
// 鐗╂枡鏁伴噺
- private Double count;
+ private Double anfme;
+ // 搴撲綅鏁伴噺
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;
+
+ //鎵瑰彿
+ private String batch;
+
+// private String cstateid;
public MatDto() {
}
- public MatDto(String matnr, String maknx, String batch, String specs,String OrderNo,String outOrderNo,String unit,Double weight,String objectName,Double length,String temp1,String proType,Double count, Double total){
- this.matnr = matnr;
- this.maknx = maknx;
- this.batch = batch;
- this.specs = specs;
- this.orderNo = OrderNo;
- this.outOrderNo = outOrderNo;
- this.unit = unit;
- this.weight = weight;
- this.objectName = objectName;
- this.length = length;
- this.temp1 = temp1;
- this.proType = proType;
- this.count = count;
- this.total = total;
- }
- public MatDto(String matnr, String maknx, String batch, String specs, String manu, String memo, Double count, Double total) {
- this.matnr = matnr;
- this.maknx = maknx;
- this.batch = batch;
- this.specs = specs;
- this.manu = manu;
- this.memo = memo;
- this.count = count;
- this.total = total;
- }
- public MatDto(String matNo, String maknx, Double count) {
+ 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.maknx = maknx;
- this.count = count;
- }
- public MatDto(String matNo, String maknx, Double count,String specs) {
+ this.maktx = maktx;
this.specs = specs;
- this.matnr = matNo;
- this.maknx = maknx;
- this.count = count;
- }
- public MatDto(String matNo, String maknx, Double count,Double total,String specs) {
- this.specs = specs;
- this.matnr = matNo;
- this.maknx = maknx;
- this.count = count;
+ this.anfme = anfme;
+ this.weight = weight;
this.total = total;
+ this.totalWeight = totalWeight;
+ this.sku = sku;
+ this.barcode = barcode;
+ this.model = model;
+ this.supp = supp;
+ this.kpCstmrName = kpCstmrName;
+ this.orderNo = orderNo;
+ this.batch = batch;
+// this.cstateid = cstateid;
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.1