From 6a70e2f5c45e376d14177e1fdb605a346701faa7 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 28 三月 2024 14:32:26 +0800
Subject: [PATCH] #周计划

---
 src/main/java/com/zy/crm/manager/entity/WeeklyDailyReality.java |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/crm/manager/entity/WeeklyDailyReality.java b/src/main/java/com/zy/crm/manager/entity/WeeklyDailyReality.java
index f5f5039..bfb4674 100644
--- a/src/main/java/com/zy/crm/manager/entity/WeeklyDailyReality.java
+++ b/src/main/java/com/zy/crm/manager/entity/WeeklyDailyReality.java
@@ -40,6 +40,7 @@
      * ID
      */
     @ApiModelProperty(value= "ID")
+    @TableId(value = "id", type = IdType.AUTO)
     private Long id;
 
     /**
@@ -98,6 +99,20 @@
     private String comment;
 
     /**
+     * 宸ヤ綔鍐呭
+     */
+    @ApiModelProperty(value= "宸ヤ綔鍐呭")
+    @TableField("work_content")
+    private String workContent;
+
+    /**
+     * 宸ヤ綔鐩殑
+     */
+    @ApiModelProperty(value= "宸ヤ綔鐩殑")
+    @TableField("work_purpose")
+    private String workPurpose;
+
+    /**
      * 娣诲姞浜哄憳
      */
     @ApiModelProperty(value= "娣诲姞浜哄憳")

--
Gitblit v1.9.1