From 7d5f9679128b3084c502b2bf6b076453a439cefc Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期二, 25 三月 2025 10:07:01 +0800 Subject: [PATCH] 检验任务时间筛选 --- inspect-server/src/main/java/com/yuanchu/mom/dto/SampleProductDto2.java | 44 +++++++++++++++++++++++++------------------- 1 files changed, 25 insertions(+), 19 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/dto/SampleProductDto2.java b/inspect-server/src/main/java/com/yuanchu/mom/dto/SampleProductDto2.java index fd3015c..963c790 100644 --- a/inspect-server/src/main/java/com/yuanchu/mom/dto/SampleProductDto2.java +++ b/inspect-server/src/main/java/com/yuanchu/mom/dto/SampleProductDto2.java @@ -10,46 +10,52 @@ public class SampleProductDto2 extends OrderBy implements Serializable { private Integer id; + private Integer insProductId; @ValueTableShow(name = "鏍峰搧缂栧彿") private String sampleCode; - @ValueTableShow(value = 2, name = "鏍峰搧鍚嶇О") + @ValueTableShow(value = 1, name = "鏍峰搧鍚嶇О") private String sample; - @ValueTableShow(value = 4, name = "鏍峰搧鍨嬪彿") - private String model; - - @ValueTableShow(value = 5, name = "鏍峰搧鐘舵��") - private Integer insState; - - @ValueTableShow(value = 15, name = "鍗曚綅") - private String unit; - - @ValueTableShow(value = 7, name = "妫�楠岄」") + @ValueTableShow(value = 2, name = "妫�楠岄」") private String inspectionItem; - @ValueTableShow(value = 8, name = "妫�楠屽瓙椤�") + @ValueTableShow(value = 3, name = "妫�楠屽瓙椤�") private String inspectionItemSubclass; - @ValueTableShow(value = 17, name = "瀹為獙瀹�") + @ValueTableShow(value = 4, name = "鍗曚綅") + private String unit; + + @ValueTableShow(value = 5, name = "鏍峰搧鍨嬪彿") + private String model; + +// @ValueTableShow(value = 5, name = "鏍峰搧鐘舵��") + private Integer insState; + +// @ValueTableShow(value = 17, name = "瀹為獙瀹�") private String sonLaboratory; private String inspectionItemType; - @ValueTableShow(value = 11, name = "妫�楠屽�肩被鍨�") +// @ValueTableShow(value = 11, name = "妫�楠屽�肩被鍨�") private String inspectionValueType; - @ValueTableShow(value = 12, name = "瑕佹眰鍊�") - private String ask; + @ValueTableShow(value = 12, name = "璇曢獙瑕佹眰") + private String tell; - @ValueTableShow(value = 13, name = "鏈�缁堝��") +// @ValueTableShow(value = 13, name = "妫�楠岀粨鏋�") private String lastValue; - @ValueTableShow(value = 14, name = "鏄惁鍚堟牸") + @ValueTableShow(value = 14, name = "缁撴灉鍒ゅ畾") private Integer insResult; - @ValueTableShow(value = 16, name = "璁惧") + @ValueTableShow(value = 15, name = "妫�楠屼汉") + private String checkName; + + @ValueTableShow(value = 16, name = "妫�楠屾棩鏈�") + private String checkTime; + private String equipValue; } -- Gitblit v1.9.3