From dd2554435b9ced61e2a6a06627145fca3bf2685b Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 04 九月 2023 17:17:17 +0800 Subject: [PATCH] 修改bug --- inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/RawMaterial.java | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/RawMaterial.java b/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/RawMaterial.java index f4150b1..a7e53e7 100644 --- a/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/RawMaterial.java +++ b/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/RawMaterial.java @@ -40,6 +40,9 @@ @ApiModelProperty(value = "鏉愭枡鍚嶇О", required = true, example = "鍏夌氦") private String materialName; + @ApiModelProperty(value = "瑙勬牸鍨嬪彿", required = true) + private Integer specificationsId; + @ApiModelProperty(value = "瑙勬牸鍨嬪彿", required = true, example = "GGXH2023") private String specificationsModels; @@ -56,10 +59,14 @@ @ApiModelProperty(value = "妫�楠屼汉", example = "鏉庡崕", required = true) private String surveyor; - @ApiModelProperty(value = "妫�楠屾棩鏈�", required = true, example = "2023-08-29", dataType = "date") + @ApiModelProperty(value = "鏉ユ枡鏃ユ湡", required = true, example = "2023-08-29", dataType = "date") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date dateSurvey; + @ApiModelProperty(value = "妫�楠屾棩鏈�", required = true, example = "2023-08-29", dataType = "date") + @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") + private Date insTime; + @ApiModelProperty(value = "鐘舵��0:寰呮娴�;1:宸叉娴�", required = true, example = "1") private Integer type; -- Gitblit v1.9.3