From 9c3ec76e415cd709939da617e020af13e0d98008 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期三, 18 三月 2026 11:15:50 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/common/model/MatDto.java | 20 +++++++++++++++++++-
1 files changed, 19 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 e8e488b..01abeff 100644
--- a/src/main/java/com/zy/common/model/MatDto.java
+++ b/src/main/java/com/zy/common/model/MatDto.java
@@ -9,9 +9,27 @@
public class MatDto {
// 鐗╂枡缂栧彿
- private String matNo;
+ private String matnr;
+
+ // 鐗╂枡鍚嶇О
+ private String maknx;
// 鐗╂枡鏁伴噺
private Double count;
+ // 鎵瑰彿
+ private String batch;
+
+ private String specs;
+
+ public MatDto() {
+ }
+
+ public MatDto(String matnr, String maknx, Double count, String batch, String specs) {
+ this.matnr = matnr;
+ this.maknx = maknx;
+ this.count = count;
+ this.batch = batch;
+ this.specs = specs;
+ }
}
--
Gitblit v1.9.1