From 44f4c17ed71ccaf151d600836f7ef32a8c2dbaea Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期四, 25 四月 2024 16:46:50 +0800 Subject: [PATCH] 完善报告;完善检验对象内容 --- inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java index f27bd12..313d54c 100644 --- a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java +++ b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java @@ -80,11 +80,6 @@ private String model; /** - * 鏄惁鐣欐牱 1锛氱暀鏍� 0锛氫笉鐣欐牱 - */ - private Integer isLeave; - - /** * 妫�楠岀姸鎬�(0锛氬緟妫�楠�1:妫�楠屼腑 2:宸叉楠�3锛氬緟澶嶆牳4锛氬鏍告湭閫氳繃5锛氬鏍搁�氳繃) */ private Integer insState; @@ -99,6 +94,8 @@ @ApiModelProperty("鏍峰搧鍗曚綅") private String unit; + private Integer cellId; + @TableField(fill = FieldFill.INSERT) private Integer createUser; -- Gitblit v1.9.3