From 14c7f8f9ab3dfca1a8759482a9b3e16cd5d9856f Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期六, 20 四月 2024 00:06:03 +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