From ae4a996ce351c55fa466187c74d790efe484dd32 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 15 八月 2023 18:01:47 +0800
Subject: [PATCH] 解bug

---
 inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java |   24 ++++++------------------
 1 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java b/inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java
index 331ef8c..5a788ff 100644
--- a/inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java
+++ b/inventory-server/src/main/java/com/yuanchu/mom/pojo/Repertory.java
@@ -52,20 +52,6 @@
      **/
     private String specifications;
 
-    /**
-     * 璇曢獙瑕佹眰
-     **/
-    private String requirements;
-
-    /**
-     * 宸ヨ壓鏂囦欢缂栧彿
-     **/
-    private String documentNumber;
-
-    /**
-     * 搴撲綅鍙�
-     **/
-    private Integer seat;
 
     /**
      * 鍗曚綅
@@ -82,11 +68,8 @@
      **/
     private String userName;
 
-    /**
-     * ${column.comment}
-     **/
+
     @ApiModelProperty(value = "閫昏緫鍒犻櫎 姝e父>=1,鍒犻櫎<=0", hidden = true)
-    @TableLogic(value = "1", delval = "0")
     private Integer state;
 
     /**
@@ -114,5 +97,10 @@
      * 绫诲瀷 0:鎴愬搧;1:鍗婃垚鍝�
      **/
     private Integer type;
+
+    /**
+     *妫�楠岀姸鎬�0:鏈楠�;1:宸叉楠�
+     **/
+    private Integer checkState;
 }
 

--
Gitblit v1.9.3