| | |
| | | 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_param") |
| | | public class User_task_param implements Serializable{ |
| | | |
| | | private Integer tp_num; |
| | |
| | | private Integer tp_pass_jiejiari; |
| | | private Integer tp_task_notice_count; |
| | | private Integer tp_task_notice_time_interval; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date tp_task_notice_starttime; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date tp_task_notice_endtime; |
| | | private Integer tp_task_enabled; |
| | | private String tp_master_id; |