From 8ce578f52d2dc071beb043560baded7803787f07 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 06 九月 2023 17:36:22 +0800
Subject: [PATCH] 删除鹓雏管理端的时间限制
---
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