From 4db2530d1bd178289b4f017967432caefb9435e6 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 18 四月 2024 14:46:44 +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