From e3a94fff7f518b2c84296ec4427c985676354096 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 28 三月 2024 08:54:57 +0800
Subject: [PATCH] #周计划

---
 src/main/java/com/zy/crm/manager/entity/Weekly.java |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diff --git a/src/main/java/com/zy/crm/manager/entity/Weekly.java b/src/main/java/com/zy/crm/manager/entity/Weekly.java
index bd71913..73337b5 100644
--- a/src/main/java/com/zy/crm/manager/entity/Weekly.java
+++ b/src/main/java/com/zy/crm/manager/entity/Weekly.java
@@ -8,21 +8,6 @@
 import com.zy.crm.system.entity.*;
 import com.zy.crm.system.service.*;
 import org.springframework.format.annotation.DateTimeFormat;
-import java.text.SimpleDateFormat;
-import java.util.Date;
-import com.core.common.SpringUtils;
-import com.core.common.SpringUtils;
-import com.core.common.SpringUtils;
-import com.core.common.SpringUtils;
-import com.zy.crm.system.service.UserService;
-import com.zy.crm.system.entity.User;
-import java.text.SimpleDateFormat;
-import java.util.Date;
-import com.core.common.SpringUtils;
-import com.zy.crm.system.service.UserService;
-import com.zy.crm.system.entity.User;
-import java.text.SimpleDateFormat;
-import java.util.Date;
 import com.core.common.SpringUtils;
 import com.zy.crm.system.service.UserService;
 import com.zy.crm.system.entity.User;
@@ -49,7 +34,6 @@
      * 寮�濮嬫棩鏈�
      */
     @ApiModelProperty(value= "寮�濮嬫棩鏈�")
-    @TableId(value = "start_time", type = IdType.INPUT)
     @TableField("start_time")
     @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
     private Date startTime;
@@ -58,7 +42,6 @@
      * 缁撴潫鏃ユ湡
      */
     @ApiModelProperty(value= "缁撴潫鏃ユ湡")
-    @TableId(value = "end_time", type = IdType.INPUT)
     @TableField("end_time")
     @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
     private Date endTime;
@@ -67,7 +50,6 @@
      * 鎵�灞炰汉鍛�
      */
     @ApiModelProperty(value= "鎵�灞炰汉鍛�")
-    @TableId(value = "user_id", type = IdType.INPUT)
     @TableField("user_id")
     private Long userId;
 
@@ -142,7 +124,7 @@
     /**
      * update_time
      */
-    @ApiModelProperty(value= "update_time")
+    @ApiModelProperty(value= "鏇存柊鏃堕棿")
     @TableField("update_time")
     @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
     private Date updateTime;

--
Gitblit v1.9.1