From f1400115f582ae795913e360c0f5a70ea4513544 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期一, 04 九月 2023 17:42:27 +0800
Subject: [PATCH] MOM系统-9-04 三个不合格查询

---
 inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java |   11 ++++-------
 1 files changed, 4 insertions(+), 7 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..46d9076 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锛氭垚鍝佹楠屽崟锛�2锛氬崐鎴愬搧妫�楠屽崟")
+    private Integer type;
+
     /**
      * 缂洪櫡鍚嶇О(鐞嗙敱)
      **/
@@ -58,9 +61,7 @@
     @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 +77,6 @@
      **/
     private Integer rawInspectId;
 
-    /**
-     * 0锛氭垚鍝侊紱1锛氳繃绋嬶紱2锛氬師鏉愭枡
-     **/
-    private Integer type;
 
 
     /**

--
Gitblit v1.9.3