lxw
2020-07-11 9db52f2f2dd3665fe9da1ae5657e0167c3a34d40
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
package com.fgkj.dto;
 
import java.io.Serializable;
import java.util.Date;
 
public class User_task implements Serializable{
    
    private Integer num;
    private Integer task_id;
    private Integer task_id_ex;
    private Integer task_type;
    private String task_name;
    private Integer task_enabled;
    private Date task_create_date;
    private Date task_create_date1;
    private Date task_start_date;
    private Date task_close_date;
    private Date task_close_date1;
    private Integer subtask_count;
    private Integer task_notice_sum;
    private Date task_notice_starttime;
    private Date task_notice_endtime;
    private Integer task_notice_timeinterval;
    private Integer task_notice_count;
    private Date task_notice_latesttime;
    private Integer task_autoinc_day_count;
    private Integer task_delay_day_count;
    private Integer task_pass_saturday;
    private Integer task_pass_sunday;
    private Integer task_pass_jiejiari;
    private Integer task_confirm;
    private Date task_confirm_date;
    private Integer task_complete;
    private Date task_complete_date;
    private Date task_complete_date1;
    private Integer task_complete_confirm;
    private Date task_complete_confirm_date;
    private Integer notice_master_enabled;
    private Integer notice_master;
    private String note;
    
    public User_task() {
        super();
        // TODO Auto-generated constructor stub
    }
    public Integer getNum() {
        return num;
    }
    public void setNum(Integer num) {
        this.num = num;
    }
    public Integer getTask_id() {
        return task_id;
    }
    public void setTask_id(Integer task_id) {
        this.task_id = task_id;
    }
    public Integer getTask_id_ex() {
        return task_id_ex;
    }
    public void setTask_id_ex(Integer task_id_ex) {
        this.task_id_ex = task_id_ex;
    }
    public Integer getTask_type() {
        return task_type;
    }
    public void setTask_type(Integer task_type) {
        this.task_type = task_type;
    }
    public String getTask_name() {
        return task_name;
    }
    public void setTask_name(String task_name) {
        this.task_name = task_name;
    }
    public Integer getTask_enabled() {
        return task_enabled;
    }
    public void setTask_enabled(Integer task_enabled) {
        this.task_enabled = task_enabled;
    }
    public Date getTask_create_date() {
        return task_create_date;
    }
    public void setTask_create_date(Date task_create_date) {
        this.task_create_date = task_create_date;
    }
    
    public Date getTask_create_date1() {
        return task_create_date1;
    }
    public void setTask_create_date1(Date task_create_date1) {
        this.task_create_date1 = task_create_date1;
    }
    public Date getTask_start_date() {
        return task_start_date;
    }
    public void setTask_start_date(Date task_start_date) {
        this.task_start_date = task_start_date;
    }
    public Date getTask_close_date() {
        return task_close_date;
    }
    public void setTask_close_date(Date task_close_date) {
        this.task_close_date = task_close_date;
    }
    
    public Date getTask_close_date1() {
        return task_close_date1;
    }
    public void setTask_close_date1(Date task_close_date1) {
        this.task_close_date1 = task_close_date1;
    }
    public Integer getSubtask_count() {
        return subtask_count;
    }
    public void setSubtask_count(Integer subtask_count) {
        this.subtask_count = subtask_count;
    }
    public Integer getTask_notice_sum() {
        return task_notice_sum;
    }
    public void setTask_notice_sum(Integer task_notice_sum) {
        this.task_notice_sum = task_notice_sum;
    }
    public Date getTask_notice_starttime() {
        return task_notice_starttime;
    }
    public void setTask_notice_starttime(Date task_notice_starttime) {
        this.task_notice_starttime = task_notice_starttime;
    }
    public Date getTask_notice_endtime() {
        return task_notice_endtime;
    }
    public void setTask_notice_endtime(Date task_notice_endtime) {
        this.task_notice_endtime = task_notice_endtime;
    }
    public Integer getTask_notice_timeinterval() {
        return task_notice_timeinterval;
    }
    public void setTask_notice_timeinterval(Integer task_notice_timeinterval) {
        this.task_notice_timeinterval = task_notice_timeinterval;
    }
    public Integer getTask_notice_count() {
        return task_notice_count;
    }
    public void setTask_notice_count(Integer task_notice_count) {
        this.task_notice_count = task_notice_count;
    }
    public Date getTask_notice_latesttime() {
        return task_notice_latesttime;
    }
    public void setTask_notice_latesttime(Date task_notice_latesttime) {
        this.task_notice_latesttime = task_notice_latesttime;
    }
    public Integer getTask_autoinc_day_count() {
        return task_autoinc_day_count;
    }
    public void setTask_autoinc_day_count(Integer task_autoinc_day_count) {
        this.task_autoinc_day_count = task_autoinc_day_count;
    }
    public Integer getTask_delay_day_count() {
        return task_delay_day_count;
    }
    public void setTask_delay_day_count(Integer task_delay_day_count) {
        this.task_delay_day_count = task_delay_day_count;
    }
    public Integer getTask_pass_saturday() {
        return task_pass_saturday;
    }
    public void setTask_pass_saturday(Integer task_pass_saturday) {
        this.task_pass_saturday = task_pass_saturday;
    }
    public Integer getTask_pass_sunday() {
        return task_pass_sunday;
    }
    public void setTask_pass_sunday(Integer task_pass_sunday) {
        this.task_pass_sunday = task_pass_sunday;
    }
    public Integer getTask_pass_jiejiari() {
        return task_pass_jiejiari;
    }
    public void setTask_pass_jiejiari(Integer task_pass_jiejiari) {
        this.task_pass_jiejiari = task_pass_jiejiari;
    }
    public Integer getTask_confirm() {
        return task_confirm;
    }
    public void setTask_confirm(Integer task_confirm) {
        this.task_confirm = task_confirm;
    }
    public Date getTask_confirm_date() {
        return task_confirm_date;
    }
    public void setTask_confirm_date(Date task_confirm_date) {
        this.task_confirm_date = task_confirm_date;
    }
    public Integer getTask_complete() {
        return task_complete;
    }
    public void setTask_complete(Integer task_complete) {
        this.task_complete = task_complete;
    }
    public Date getTask_complete_date() {
        return task_complete_date;
    }
    public void setTask_complete_date(Date task_complete_date) {
        this.task_complete_date = task_complete_date;
    }
    
    public Date getTask_complete_date1() {
        return task_complete_date1;
    }
    public void setTask_complete_date1(Date task_complete_date1) {
        this.task_complete_date1 = task_complete_date1;
    }
    public Integer getTask_complete_confirm() {
        return task_complete_confirm;
    }
    public void setTask_complete_confirm(Integer task_complete_confirm) {
        this.task_complete_confirm = task_complete_confirm;
    }
    public Date getTask_complete_confirm_date() {
        return task_complete_confirm_date;
    }
    public void setTask_complete_confirm_date(Date task_complete_confirm_date) {
        this.task_complete_confirm_date = task_complete_confirm_date;
    }
    public Integer getNotice_master_enabled() {
        return notice_master_enabled;
    }
    public void setNotice_master_enabled(Integer notice_master_enabled) {
        this.notice_master_enabled = notice_master_enabled;
    }
    public Integer getNotice_master() {
        return notice_master;
    }
    public void setNotice_master(Integer notice_master) {
        this.notice_master = notice_master;
    }
    public String getNote() {
        return note;
    }
    public void setNote(String note) {
        this.note = note;
    }
    @Override
    public String toString() {
        return "User_task [num=" + num + ", task_id=" + task_id
                + ", task_id_ex=" + task_id_ex + ", task_type=" + task_type
                + ", task_name=" + task_name + ", task_enabled=" + task_enabled
                + ", task_create_date=" + task_create_date
                + ", task_create_date1=" + task_create_date1
                + ", task_start_date=" + task_start_date + ", task_close_date="
                + task_close_date + ", task_close_date1=" + task_close_date1
                + ", subtask_count=" + subtask_count + ", task_notice_sum="
                + task_notice_sum + ", task_notice_starttime="
                + task_notice_starttime + ", task_notice_endtime="
                + task_notice_endtime + ", task_notice_timeinterval="
                + task_notice_timeinterval + ", task_notice_count="
                + task_notice_count + ", task_notice_latesttime="
                + task_notice_latesttime + ", task_autoinc_day_count="
                + task_autoinc_day_count + ", task_delay_day_count="
                + task_delay_day_count + ", task_pass_saturday="
                + task_pass_saturday + ", task_pass_sunday=" + task_pass_sunday
                + ", task_pass_jiejiari=" + task_pass_jiejiari
                + ", task_confirm=" + task_confirm + ", task_confirm_date="
                + task_confirm_date + ", task_complete=" + task_complete
                + ", task_complete_date=" + task_complete_date
                + ", task_complete_date1=" + task_complete_date1
                + ", task_complete_confirm=" + task_complete_confirm
                + ", task_complete_confirm_date=" + task_complete_confirm_date
                + ", notice_master_enabled=" + notice_master_enabled
                + ", notice_master=" + notice_master + ", note=" + note + "]";
    }
    
    
    
}