From 54c480e3632fbc6fc821786e2b473bceb2f0ae4e Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期六, 22 三月 2025 15:35:29 +0800
Subject: [PATCH] 天线的电路总报告保留两位小数
---
inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java | 8 ++++++--
1 files changed, 6 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 e8eefe6..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;
@@ -44,8 +44,12 @@
private String equipName;
private String beforeCheck;
+ private String beforeNote;
private String afterCheck;
+ private String afterNote;
+
+ private String testResult;
@TableField(fill = FieldFill.INSERT)
private Integer createUser;
@@ -67,4 +71,4 @@
* 娆℃暟(妫�娴嬫鏁�)
*/
private Integer num;
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3