From e700e89f85e58747b57fc0d7e1fd30f3483aacca Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期六, 14 九月 2024 16:05:57 +0800 Subject: [PATCH] 检验任务历史记录 --- inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java | 10 +++++++++- 1 files changed, 9 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..65d94be 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,12 @@ @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; + } \ No newline at end of file -- Gitblit v1.9.3