1
81041
2019-06-20 ab3c4acf83f54f8449ca8664c4a2bb79bd30f297
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
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 + "]";
    }
    
    
    
}