From 929c6698f4d7598997fc233e09c39c3bdce9fcf8 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 14 八月 2025 10:23:15 +0800
Subject: [PATCH] 判断合格绝对值的问题
---
inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java
index 02f9ca4..98f0dea 100644
--- a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java
+++ b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java
@@ -16,7 +16,7 @@
@Data
public class InsProductResult implements Serializable {
/**
- *
+ *
*/
@TableId(type = IdType.AUTO)
private Integer id;
@@ -49,6 +49,8 @@
private String afterCheck;
private String afterNote;
+ private String testResult;
+
@TableField(fill = FieldFill.INSERT)
private Integer createUser;
@@ -69,4 +71,4 @@
* 娆℃暟(妫�娴嬫鏁�)
*/
private Integer num;
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3