From 772ce1ff99b32e0d8c5ee1135f8a9fb03eb9fc60 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 15 八月 2023 14:51:13 +0800
Subject: [PATCH] 添加校验
---
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