From 41ba2fa12a59c14cfed1c226e71b06596ba0fe50 Mon Sep 17 00:00:00 2001
From: ytfl <ytfl@qq.com>
Date: 星期二, 28 十月 2025 16:28:16 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/common/model/MatDto.java | 9 ++++++++-
1 files changed, 8 insertions(+), 1 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..02eb13c 100644
--- a/src/main/java/com/zy/common/model/MatDto.java
+++ b/src/main/java/com/zy/common/model/MatDto.java
@@ -46,10 +46,15 @@
//寮�绁ㄥ鎴峰悕绉�
private String kpCstmrName;
+ //鍗曞彿
+ private String orderNo;
+
+ 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) {
+ 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) {
this.matnr = matNo;
this.maktx = maktx;
this.maknx = maktx;
@@ -63,5 +68,7 @@
this.model = model;
this.supp = supp;
this.kpCstmrName = kpCstmrName;
+ this.orderNo = orderNo;
+ this.cstateid = cstateid;
}
}
--
Gitblit v1.9.1