From 6ca23797c5221b37b18247c7a610da70a05913a9 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期二, 23 四月 2024 01:35:28 +0800 Subject: [PATCH] 功能调整 --- inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java | 15 ++------------- 1 files changed, 2 insertions(+), 13 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 bf088aa..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 @@ -90,28 +90,17 @@ private Integer insState; /** - * 涓嬪彂鏃堕棿 - */ - - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private LocalDateTime sendTime; - - /** * 澶囨敞 */ private String remark; private Integer standardMethodListId; - /** - * 绾﹀畾鏃堕棿 - */ - @JsonFormat(pattern = "yyyy-MM-dd") - private LocalDate appointed; - @ApiModelProperty("鏍峰搧鍗曚綅") private String unit; + private Integer cellId; + @TableField(fill = FieldFill.INSERT) private Integer createUser; -- Gitblit v1.9.3