From 093f3d39a5c58fe88f7880899ff00fb6b92c35b8 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期二, 29 八月 2023 15:14:43 +0800 Subject: [PATCH] 修改设备,检验新增 --- inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java b/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java index 472e939..5345c81 100644 --- a/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java +++ b/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java @@ -33,38 +33,30 @@ @TableId(value = "id", type = IdType.AUTO) private Integer id; - @TableField(fill = FieldFill.INSERT) @ApiModelProperty(value = "鏍峰搧缂栧彿", required = true, example = "YPBH123456789") private String sampleNumber; - @TableField(fill = FieldFill.INSERT) @ApiModelProperty(value = "鏍峰搧鍚嶇О", required = true, example = "鍙戝姩鏈�") private String sampleName; - @TableField(fill = FieldFill.INSERT) @ApiModelProperty(value = "瑙勬牸鍨嬪彿", required = true, example = "GGXH-AAAAA") private String specificationsModels; - @TableField(fill = FieldFill.INSERT) @NotBlank(message = "璇峰~鍐欏崟浣嶏紒") @ApiModelProperty(value = "鍗曚綅", required = true, example = "鐧惧害") private String unit; - @TableField(fill = FieldFill.INSERT) @NotNull(message = "璇峰~鍐欐牱鍝佹暟閲忥紒") @ApiModelProperty(value = "鏍峰搧鏁伴噺", required = true, example = "20") private Integer samplesNumber; - @TableField(fill = FieldFill.INSERT) @NotBlank(message = "璇曢獙涓嶈兘涓虹┖锛�") @ApiModelProperty(value = "璇曢獙", required = true, example = "鍋氭ⅵ") private String experiment; - @TableField(fill = FieldFill.INSERT) @ApiModelProperty(value = "澶囨敞", example = "閫氳繃浜�") private String remarks; - @TableField(fill = FieldFill.INSERT) @ApiModelProperty(value = "LinkBasicInformation瀵硅薄Id", hidden = true) private Integer linkBasicId; @@ -82,7 +74,7 @@ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date updateTime; - @ApiModelProperty(value = "妫�楠屾棩鏈�", hidden = true) + @ApiModelProperty(value = "妫�楠屾棩鏈�", required = true,example = "2023-08-22") private Date dateSurvey; @ApiModelProperty(value = "妫�楠岀姸鎬�", hidden = true) -- Gitblit v1.9.3