From c55387f287690dd3335e56d7749195d361803628 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期五, 19 十二月 2025 13:59:54 +0800
Subject: [PATCH] 1、 查询是否除膜优化:由单选改为复选框选择

---
 hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/entity/dto/LackDetailsDTO.java |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/entity/dto/LackDetailsDTO.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/entity/dto/LackDetailsDTO.java
index 040c5b0..6a435d2 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/entity/dto/LackDetailsDTO.java
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/entity/dto/LackDetailsDTO.java
@@ -15,13 +15,17 @@
      */
     private String flowCardId;
     /**
-     * 娴佺▼鍗�
+     * 鐜荤拑id
      */
-    private int layer;
+    private String glassId;
     /**
      * 娴佺▼鍗�
      */
-    private int glassType;
+    private Integer layer;
+    /**
+     * 娴佺▼鍗�
+     */
+    private Integer glassType;
     /**
      * 鑶滅郴
      */
@@ -57,5 +61,9 @@
      */
     private Integer patchCount;
 
+    /**
+     * 宸ュ簭
+     */
+    private String workingProcedure;
 
 }

--
Gitblit v1.8.0