From 54bae7fcc7a2dca32b7614b698c52399b2920b4f Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期一, 24 三月 2025 13:35:47 +0800 Subject: [PATCH] 近场/远场辐射导入样式修改 --- inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java | 18 +++++++++++++++++- 1 files changed, 17 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 a43c2b0..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; @@ -109,4 +109,20 @@ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private LocalDateTime updateTime; + private Integer parentId; + + @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