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/WeeklyDailyPlan.java | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/crm/manager/entity/WeeklyDailyPlan.java b/src/main/java/com/zy/crm/manager/entity/WeeklyDailyPlan.java index 9339cda..f346569 100644 --- a/src/main/java/com/zy/crm/manager/entity/WeeklyDailyPlan.java +++ b/src/main/java/com/zy/crm/manager/entity/WeeklyDailyPlan.java @@ -101,6 +101,20 @@ private String comment; /** + * 宸ヤ綔鍐呭 + */ + @ApiModelProperty(value= "宸ヤ綔鍐呭") + @TableField("work_content") + private String workContent; + + /** + * 宸ヤ綔鐩殑 + */ + @ApiModelProperty(value= "宸ヤ綔鐩殑") + @TableField("work_purpose") + private String workPurpose; + + /** * 娣诲姞浜哄憳 */ @ApiModelProperty(value= "娣诲姞浜哄憳") @@ -163,7 +177,7 @@ @ApiModelProperty(value= "鍛ㄦ姤ID") @TableId(value = "weekly_id", type = IdType.INPUT) @TableField("weekly_id") - private Integer weeklyId; + private Long weeklyId; /** * 鐢叉柟鍗曚綅ID @@ -188,7 +202,7 @@ public WeeklyDailyPlan() {} - public WeeklyDailyPlan(Date dailyTime,Long userId,Long hostId,Long deptId,Integer status,Integer settle,String settleMsg,String comment,Long createBy,Date createTime,Long updateBy,Date updateTime,String weeklyMatter,Long director,Integer settleSize,Integer settleCurrent,Integer weeklyId,Long cstmrId,Integer weeklyDay,String memo) { + public WeeklyDailyPlan(Date dailyTime,Long userId,Long hostId,Long deptId,Integer status,Integer settle,String settleMsg,String comment,Long createBy,Date createTime,Long updateBy,Date updateTime,String weeklyMatter,Long director,Integer settleSize,Integer settleCurrent,Long weeklyId,Long cstmrId,Integer weeklyDay,String memo) { this.dailyTime = dailyTime; this.userId = userId; this.hostId = hostId; -- Gitblit v1.9.1