package com.fgkj.dto; import java.io.Serializable; import java.util.Date; public class User_task_change implements Serializable{ private Integer num; private Integer usr_id; private Integer master_id; private Integer appoint_uid; private String copy_uids; private Integer change_type_id; private Integer task_type_id; private Integer task_rc_num; private Integer BattgroupId; private String change_reason; private String old_executor_ids; private Date old_task_exe_time; private String new_executor_ids; private Date new_task_exe_time; private Date change_ask_time; private Date change_ask_time1; private Date change_ask_time_limit; private Date task_change_approve_time; private Date task_change_approve_time1; private Integer task_change_approve_res; private String remark; public Integer getNum() { return num; } public void setNum(Integer num) { this.num = num; } public Integer getUsr_id() { return usr_id; } public void setUsr_id(Integer usr_id) { this.usr_id = usr_id; } public Integer getMaster_id() { return master_id; } public void setMaster_id(Integer master_id) { this.master_id = master_id; } public Integer getAppoint_uid() { return appoint_uid; } public void setAppoint_uid(Integer appoint_uid) { this.appoint_uid = appoint_uid; } public String getCopy_uids() { return copy_uids; } public void setCopy_uids(String copy_uids) { this.copy_uids = copy_uids; } public Integer getChange_type_id() { return change_type_id; } public void setChange_type_id(Integer change_type_id) { this.change_type_id = change_type_id; } public Integer getTask_type_id() { return task_type_id; } public void setTask_type_id(Integer task_type_id) { this.task_type_id = task_type_id; } public Integer getTask_rc_num() { return task_rc_num; } public void setTask_rc_num(Integer task_rc_num) { this.task_rc_num = task_rc_num; } public Integer getBattgroupId() { return BattgroupId; } public void setBattgroupId(Integer battgroupId) { BattgroupId = battgroupId; } public String getChange_reason() { return change_reason; } public void setChange_reason(String change_reason) { this.change_reason = change_reason; } public String getOld_executor_ids() { return old_executor_ids; } public void setOld_executor_ids(String old_executor_ids) { this.old_executor_ids = old_executor_ids; } public Date getOld_task_exe_time() { return old_task_exe_time; } public void setOld_task_exe_time(Date old_task_exe_time) { this.old_task_exe_time = old_task_exe_time; } public String getNew_executor_ids() { return new_executor_ids; } public void setNew_executor_ids(String new_executor_ids) { this.new_executor_ids = new_executor_ids; } public Date getNew_task_exe_time() { return new_task_exe_time; } public void setNew_task_exe_time(Date new_task_exe_time) { this.new_task_exe_time = new_task_exe_time; } public Date getChange_ask_time() { return change_ask_time; } public void setChange_ask_time(Date change_ask_time) { this.change_ask_time = change_ask_time; } public Date getChange_ask_time1() { return change_ask_time1; } public void setChange_ask_time1(Date change_ask_time1) { this.change_ask_time1 = change_ask_time1; } public Date getChange_ask_time_limit() { return change_ask_time_limit; } public void setChange_ask_time_limit(Date change_ask_time_limit) { this.change_ask_time_limit = change_ask_time_limit; } public Date getTask_change_approve_time() { return task_change_approve_time; } public void setTask_change_approve_time(Date task_change_approve_time) { this.task_change_approve_time = task_change_approve_time; } public Date getTask_change_approve_time1() { return task_change_approve_time1; } public void setTask_change_approve_time1(Date task_change_approve_time1) { this.task_change_approve_time1 = task_change_approve_time1; } public Integer getTask_change_approve_res() { return task_change_approve_res; } public void setTask_change_approve_res(Integer task_change_approve_res) { this.task_change_approve_res = task_change_approve_res; } public String getRemark() { return remark; } public void setRemark(String remark) { this.remark = remark; } @Override public String toString() { return "User_task_change [num=" + num + ", usr_id=" + usr_id + ", master_id=" + master_id + ", appoint_uid=" + appoint_uid + ", copy_uids=" + copy_uids + ", change_type_id=" + change_type_id + ", task_type_id=" + task_type_id + ", task_rc_num=" + task_rc_num + ", BattgroupId=" + BattgroupId + ", change_reason=" + change_reason + ", old_executor_ids=" + old_executor_ids + ", old_task_exe_time=" + old_task_exe_time + ", new_executor_ids=" + new_executor_ids + ", new_task_exe_time=" + new_task_exe_time + ", change_ask_time=" + change_ask_time + ", change_ask_time1=" + change_ask_time1 + ", change_ask_time_limit=" + change_ask_time_limit + ", task_change_approve_time=" + task_change_approve_time + ", task_change_approve_time1=" + task_change_approve_time1 + ", task_change_approve_res=" + task_change_approve_res + ", remark=" + remark + "]"; } }