From bc672038e88a24d9f0f7127cd45c656a15c231a2 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期三, 09 八月 2023 09:10:49 +0800
Subject: [PATCH] MOM系统-8-9

---
 inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectionItem.java |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectionItem.java b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectionItem.java
index c32d30d..0ed6e61 100644
--- a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectionItem.java
+++ b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InspectionItem.java
@@ -32,27 +32,21 @@
     @TableId(value = "id", type = IdType.AUTO)
     private Integer id;
 
-    @TableField(fill = FieldFill.INSERT)
     @ApiModelProperty(value = "椤圭洰鍚嶇О")
     private String name;
 
-    @TableField(fill = FieldFill.INSERT)
     @ApiModelProperty(value = "鐖跺悕绉�")
     private String father;
 
-    @TableField(fill = FieldFill.INSERT)
     @ApiModelProperty(value = "鍗曚綅")
     private String unit;
 
-    @TableField(fill = FieldFill.INSERT)
     @ApiModelProperty(value = "鏍囧噯鍊�")
     private String required;
 
-    @TableField(fill = FieldFill.INSERT)
     @ApiModelProperty(value = "鍐呮帶鍊�")
     private String internal;
 
-    @TableField(fill = FieldFill.INSERT)
     @ApiModelProperty(value = "鎴愬搧妫�楠屽崟Id")
     private Integer finishInspectId;
 
@@ -68,6 +62,7 @@
     @ApiModelProperty(value = "妫�楠屼汉")
     private String username;
 
+    @TableField(fill = FieldFill.INSERT)
     @ApiModelProperty(value = "閫昏緫鍒犻櫎 姝e父>=1,鍒犻櫎<=0", hidden = true)
     @TableLogic(value = "1", delval = "0")
     private Integer state;

--
Gitblit v1.9.3