From 064457406bda554e713aea8bada1bb066be42b8e Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期六, 23 九月 2023 12:39:29 +0800 Subject: [PATCH] 9-23 去鵷雏管理端验证 --- inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/InsProductVo.java | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/InsProductVo.java b/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/InsProductVo.java index 089d728..d928e72 100644 --- a/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/InsProductVo.java +++ b/inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/InsProductVo.java @@ -10,6 +10,11 @@ @Data public class InsProductVo implements Serializable { + + @JsonSerialize + private Integer id; + + /** * 椤圭洰鍚嶇О **/ @@ -53,14 +58,26 @@ private String instrumentName; /** + * 璁惧id + **/ + @JsonSerialize + private Integer instrumentId; + + /** * 鍏宠仈 鐢宠鍗昳d **/ @JsonSerialize private Integer inspectionMaterialId; /** - * 妫�楠屽憳 + * 璐d换浜� **/ @JsonSerialize private String userName; + + /** + * 璐d换浜篿d + **/ + @JsonSerialize + private Integer userId; } -- Gitblit v1.9.3