From 58e14d5664e2832ad272693999f84b7f2c1094e8 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期六, 01 七月 2023 13:15:05 +0800
Subject: [PATCH] st组托订单修复,组托订单2数量改未完成数量

---
 src/main/java/com/zy/common/model/DetlDto.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/common/model/DetlDto.java b/src/main/java/com/zy/common/model/DetlDto.java
index 39c7841..4dc94d0 100644
--- a/src/main/java/com/zy/common/model/DetlDto.java
+++ b/src/main/java/com/zy/common/model/DetlDto.java
@@ -22,6 +22,8 @@
 
     private int owner;
 
+    private int payment;
+
     private Double weight;
 
     public DetlDto() {
@@ -59,6 +61,13 @@
         this.weight = weight;
     }
 
+    public DetlDto(String matnr, String batch, Double anfme,Double weight) {
+        this.matnr = matnr;
+        this.batch = batch;
+        this.anfme = anfme;
+        this.weight = weight;
+    }
+
 
     public static boolean hasList(Set<DetlDto> detlDtos, OrderDetl orderDetl) {
         for (DetlDto dto : detlDtos) {

--
Gitblit v1.9.1