From dedaa2bc10e85e4a04b742d0215f26215f5be5e1 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期二, 07 十一月 2023 14:58:25 +0800 Subject: [PATCH] # --- src/main/java/com/zy/common/model/MatDto.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 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..e5b625b 100644 --- a/src/main/java/com/zy/common/model/MatDto.java +++ b/src/main/java/com/zy/common/model/MatDto.java @@ -11,7 +11,18 @@ // 鐗╂枡缂栧彿 private String matNo; + // 鐗╂枡鍚嶇О + private String maknx; + // 鐗╂枡鏁伴噺 private Double count; + public MatDto() { + } + + public MatDto(String matNo, String maknx, Double count) { + this.matNo = matNo; + this.maknx = maknx; + this.count = count; + } } -- Gitblit v1.9.1