| | |
| | | private String comment; |
| | | |
| | | /** |
| | | * 工作内容 |
| | | */ |
| | | @ApiModelProperty(value= "工作内容") |
| | | @TableField("work_content") |
| | | private String workContent; |
| | | |
| | | /** |
| | | * 工作目的 |
| | | */ |
| | | @ApiModelProperty(value= "工作目的") |
| | | @TableField("work_purpose") |
| | | private String workPurpose; |
| | | |
| | | /** |
| | | * 添加人员 |
| | | */ |
| | | @ApiModelProperty(value= "添加人员") |
| | |
| | | @ApiModelProperty(value= "周报ID") |
| | | @TableId(value = "weekly_id", type = IdType.INPUT) |
| | | @TableField("weekly_id") |
| | | private Integer weeklyId; |
| | | private Long weeklyId; |
| | | |
| | | /** |
| | | * 甲方单位ID |
| | |
| | | |
| | | 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; |