From f4cfca6f2c8a5cb4e8e0fdc00d76a710283d6b06 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期五, 12 四月 2024 18:05:48 +0800 Subject: [PATCH] 报告生成功能 --- inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java | 38 +++++++++++--------------------------- 1 files changed, 11 insertions(+), 27 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java index eb0aced..f7e03b2 100644 --- a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java +++ b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java @@ -45,6 +45,11 @@ private String joinName; /** + * 閰嶅鏍峰搧鏁伴噺 + */ + private Integer joinNum; + + /** * 鏍峰搧缂栫爜 */ private String sampleCode; @@ -80,42 +85,21 @@ private Integer isLeave; /** - * 鐣欐牱鏁伴噺 - */ - private Integer leaveNum; - - /** - * 妫�娴嬭繘搴� - */ - private Integer insProgress; - - /** * 妫�楠岀姸鎬�(0锛氬緟妫�楠�1:妫�楠屼腑 2:宸叉楠�3锛氬緟澶嶆牳4锛氬鏍告湭閫氳繃5锛氬鏍搁�氳繃) */ private Integer insState; - - /** - * 涓嬪彂鏃堕棿 - */ - - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private LocalDateTime sendTime; - - /** - * 閰嶅鏍峰搧鏁伴噺 - */ - private Integer joinNum; /** * 澶囨敞 */ private String remark; - /** - * 绾﹀畾鏃堕棿 - */ - @JsonFormat(pattern = "yyyy-MM-dd") - private LocalDate appointed; + private Integer standardMethodListId; + + @ApiModelProperty("鏍峰搧鍗曚綅") + private String unit; + + private Integer cellId; @TableField(fill = FieldFill.INSERT) private Integer createUser; -- Gitblit v1.9.3