| | |
| | | package com.fgkj.dto; |
| | | |
| | | import org.apache.ibatis.type.Alias; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | @Alias("User_task") |
| | | public class User_task implements Serializable{ |
| | | |
| | | private Integer num; |
| | |
| | | private Integer task_type; |
| | | private String task_name; |
| | | private Integer task_enabled; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_create_date; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_create_date1; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_start_date; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_close_date; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_close_date1; |
| | | private Integer subtask_count; |
| | | private Integer task_notice_sum; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_notice_starttime; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_notice_endtime; |
| | | private Integer task_notice_timeinterval; |
| | | private Integer task_notice_count; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_notice_latesttime; |
| | | private Integer task_autoinc_day_count; |
| | | private Integer task_delay_day_count; |
| | |
| | | private Integer task_pass_sunday; |
| | | private Integer task_pass_jiejiari; |
| | | private Integer task_confirm; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_confirm_date; |
| | | private Integer task_complete; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_complete_date; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_complete_date1; |
| | | private Integer task_complete_confirm; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date task_complete_confirm_date; |
| | | private Integer notice_master_enabled; |
| | | private Integer notice_master; |
| | |
| | | |
| | | public User_task() { |
| | | super(); |
| | | // TODO Auto-generated constructor stub |
| | | } |
| | | public Integer getNum() { |
| | | return num; |