From b8dd242b46dc1fb370030edad0020879ef7911d9 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 08 十二月 2023 15:44:46 +0800
Subject: [PATCH] #出300站,检测300站任务数量
---
src/main/java/com/zy/common/model/MatDto.java | 9 +++++++++
1 files changed, 9 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 7eb3532..6c3a90b 100644
--- a/src/main/java/com/zy/common/model/MatDto.java
+++ b/src/main/java/com/zy/common/model/MatDto.java
@@ -73,4 +73,13 @@
this.count = count;
this.total = total;
}
+ public MatDto(String matNo, String maknx, Double count,Double total,String specs,String containerCode,String orderNo) {
+ this.containerCode = containerCode;
+ this.specs = specs;
+ this.matNo = matNo;
+ this.maknx = maknx;
+ this.count = count;
+ this.total = total;
+ this.orderNo = orderNo;
+ }
}
--
Gitblit v1.9.1