From af9457d7ce94c7684a9439d46b0025bd6e66d8af Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 30 八月 2023 17:24:01 +0800
Subject: [PATCH] 基础数据(完结)

---
 inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectUnaccepted.java |    8 +-------
 1 files changed, 1 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..5b3fb50 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
@@ -58,9 +58,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 +74,6 @@
      **/
     private Integer rawInspectId;
 
-    /**
-     * 0锛氭垚鍝侊紱1锛氳繃绋嬶紱2锛氬師鏉愭枡
-     **/
-    private Integer type;
 
 
     /**

--
Gitblit v1.9.3