From c055f092fd989a009e93e7b7b4ccceb6eaaead38 Mon Sep 17 00:00:00 2001
From: zjj <zjj123456>
Date: 星期五, 06 十二月 2024 16:05:13 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/common/model/MatDto.java |   13 ++++++++++++-
 1 files changed, 12 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..19322ad 100644
--- a/src/main/java/com/zy/common/model/MatDto.java
+++ b/src/main/java/com/zy/common/model/MatDto.java
@@ -9,9 +9,20 @@
 public class MatDto {
 
     // 鐗╂枡缂栧彿
-    private String matNo;
+    private String matnr;
+
+    // 鐗╂枡鍚嶇О
+    private String maknx;
 
     // 鐗╂枡鏁伴噺
     private Double count;
 
+    public MatDto() {
+    }
+
+    public MatDto(String matnr, String maknx, Double count) {
+        this.matnr = matnr;
+        this.maknx = maknx;
+        this.count = count;
+    }
 }

--
Gitblit v1.9.1