From 2b8767a3b089e8b69d2dd59795593b096ea699a5 Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期二, 29 八月 2023 17:57:58 +0800 Subject: [PATCH] 8-28 bug修改 --- inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 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 cde35e7..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; @@ -81,4 +73,10 @@ @ApiModelProperty(value = "鏇存柊鏃堕棿", hidden = true) @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date updateTime; + + @ApiModelProperty(value = "妫�楠屾棩鏈�", required = true,example = "2023-08-22") + private Date dateSurvey; + + @ApiModelProperty(value = "妫�楠岀姸鎬�", hidden = true) + private Integer inspectionStatus; } -- Gitblit v1.9.3