From 4e4047e9b523e37fd4d83cbf9fdd5abe201ba278 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期六, 15 二月 2025 13:29:30 +0800
Subject: [PATCH] 添加设备档案导入

---
 inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 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 eefacfc..496675c 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
@@ -86,7 +86,7 @@
      */
     private String remark;
 
-    private Integer standardMethodListId;
+    private String standardMethodListId;
 
     @ApiModelProperty("鏍峰搧鍗曚綅")
     private String unit;
@@ -114,4 +114,15 @@
     @TableField(select = false,exist = false)
     private Integer num=1;
 
+    @ApiModelProperty("璇曢獙瑕佹眰:绉诲姩,鑱旈��,鐢典俊")
+    private String testRequirements;
+
+    /**
+     * 鐢垫満缂栧彿
+     */
+    private String motorNumber;
+
+    @TableField(exist = false,select = false)
+    private String entrustCode;
+
 }
\ No newline at end of file

--
Gitblit v1.9.3