From b1ee044a6f0b6561fba149255432e0214c1884c3 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期二, 05 九月 2023 15:48:43 +0800
Subject: [PATCH] MOM系统-9-05 三个不合格完成

---
 inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java
index 360f0d4..abeaf24 100644
--- a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java
+++ b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java
@@ -32,6 +32,9 @@
     @TableId(type = IdType.AUTO)
     private Integer id;
 
+    @ApiModelProperty(value = "0锛氭垚鍝佹楠屽崟锛涘崐鎴愬搧妫�楠屽崟锛�1锛氬師鏉愭枡妫�楠屽崟")
+    private Integer type;
+
     /**
      * 缂洪櫡鍚嶇О(鐞嗙敱)
      **/
@@ -55,12 +58,9 @@
     private Date dealTime;
 
     @ApiModelProperty(value = "閫昏緫鍒犻櫎 姝e父>=1,鍒犻櫎<=0", hidden = true)
-    @TableLogic(value = "1", delval = "0")
     private Integer state;
 
-    /**
-     * ${column.comment}
-     **/
+
     @TableField(fill = FieldFill.INSERT)
     @DateTimeFormat(pattern = "yyyy-MM-dd")
     @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@@ -76,10 +76,6 @@
      **/
     private Integer rawInspectId;
 
-    /**
-     * 0锛氭垚鍝侊紱1锛氳繃绋嬶紱2锛氬師鏉愭枡
-     **/
-    private Integer type;
 
 
     /**

--
Gitblit v1.9.3