From ee65a567438622d06536ff6ad1a43f29f1d3a6b0 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 29 三月 2024 13:29:04 +0800 Subject: [PATCH] #周计划 --- src/main/java/com/zy/crm/manager/entity/Weekly.java | 21 ++------------------- 1 files changed, 2 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 17b01b1..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; @@ -42,13 +27,13 @@ * ID */ @ApiModelProperty(value= "ID") + @TableId(value = "id", type = IdType.AUTO) private Long id; /** * 寮�濮嬫棩鏈� */ @ApiModelProperty(value= "寮�濮嬫棩鏈�") - @TableId(value = "start_time", type = IdType.INPUT) @TableField("start_time") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") private Date startTime; @@ -57,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; @@ -66,7 +50,6 @@ * 鎵�灞炰汉鍛� */ @ApiModelProperty(value= "鎵�灞炰汉鍛�") - @TableId(value = "user_id", type = IdType.INPUT) @TableField("user_id") private Long userId; @@ -141,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