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 | 4 ++--
1 files changed, 2 insertions(+), 2 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 5690d91..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
@@ -21,11 +21,11 @@
/**
* 娴佺▼鍗�
*/
- private int layer;
+ private Integer layer;
/**
* 娴佺▼鍗�
*/
- private int glassType;
+ private Integer glassType;
/**
* 鑶滅郴
*/
--
Gitblit v1.8.0