From 41b665baf7d110716c06e47d19f902fec37a1c57 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 30 八月 2023 15:45:36 +0800
Subject: [PATCH] 修改bug

---
 inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java b/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java
index e62f2a8..c22b3fa 100644
--- a/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java
+++ b/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java
@@ -60,7 +60,7 @@
     @ApiModelProperty(value = "LinkBasicInformation瀵硅薄Id", hidden = true)
     private Integer linkBasicId;
 
-    @TableLogic(value = "1", delval = "0")
+
     @ApiModelProperty(value = "閫昏緫鍒犻櫎 姝e父>=1,鍒犻櫎<=0", hidden = true)
     private Integer state;
 
@@ -74,9 +74,12 @@
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
     private Date updateTime;
 
-    @ApiModelProperty(value = "妫�楠屾棩鏈�", hidden = true)
+    @ApiModelProperty(value = "妫�楠屾棩鏈�", required = true,example = "2023-08-22")
     private Date dateSurvey;
 
     @ApiModelProperty(value = "妫�楠岀姸鎬�", hidden = true)
     private Integer inspectionStatus;
+
+    @ApiModelProperty(value = "瑙勬牸鍨嬪彿鍚嶇О", hidden = true)
+    private String speName;
 }

--
Gitblit v1.9.3