中扬CRM客户关系管理系统
LSH
2024-03-28 6a70e2f5c45e376d14177e1fdb605a346701faa7
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;