From 95d5d11d932f6eefca6bc5c3c883269e93894441 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期五, 10 十月 2025 17:35:43 +0800
Subject: [PATCH] 1、中空领取任务界面查询慢解决 2、缺片详情界面调整
---
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/entity/dto/LackDetailsDTO.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 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 ee34bb2..94e899c 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,6 +15,10 @@
*/
private String flowCardId;
/**
+ * 鐜荤拑id
+ */
+ private String glassId;
+ /**
* 娴佺▼鍗�
*/
private int layer;
@@ -53,5 +57,9 @@
*/
private Integer damageCount;
+ /**
+ * 宸ュ簭
+ */
+ private String workingProcedure;
}
--
Gitblit v1.8.0