whyclj
2020-07-22 a5729100cb1eaa3584b3a194e46e1b8b52b3ed1a
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
package com.fgkj.dto;
 
import java.io.Serializable;
import java.util.Date;
 
public class User_task_param implements Serializable{
    
    private Integer tp_num;
    private String tp_name;
    private String tp_taskname;
    private Integer tp_tasktype;
    private Integer tp_autoinc_daycount;
    private Integer tp_taskdelay_daycount;
    private Integer tp_pass_saturday;
    private Integer tp_pass_sunday;
    private Integer tp_pass_jiejiari;
    private Integer tp_task_notice_count;
    private Integer tp_task_notice_time_interval;
    private Date tp_task_notice_starttime;
    private Date tp_task_notice_endtime;
    private Integer tp_task_enabled;
    private String tp_master_id;
    private Integer tp_notice_master_enabled;
    private Integer tp_task_battlife_var;
    private Integer tp_task_battyong_test80_month;
    private Integer tp_task_battold_test80_month;
    private Integer tp_task_battyong_test40_month;
    private Integer tp_task_battold_test40_month;
    private Integer tp_task_batt_checkcircle_month;
    private Integer tp_task_batt_checklimit_month;
    private Integer tp_task_batt_lazhacircle_month;
    private Integer tp_task_batt_lazhalimit_month;
    
    public User_task_param() {
        super();
        // TODO Auto-generated constructor stub
    }
    public Integer getTp_num() {
        return tp_num;
    }
    public void setTp_num(Integer tp_num) {
        this.tp_num = tp_num;
    }
    public String getTp_name() {
        return tp_name;
    }
    public void setTp_name(String tp_name) {
        this.tp_name = tp_name;
    }
    public String getTp_taskname() {
        return tp_taskname;
    }
    public void setTp_taskname(String tp_taskname) {
        this.tp_taskname = tp_taskname;
    }
    public Integer getTp_tasktype() {
        return tp_tasktype;
    }
    public void setTp_tasktype(Integer tp_tasktype) {
        this.tp_tasktype = tp_tasktype;
    }
    public Integer getTp_autoinc_daycount() {
        return tp_autoinc_daycount;
    }
    public void setTp_autoinc_daycount(Integer tp_autoinc_daycount) {
        this.tp_autoinc_daycount = tp_autoinc_daycount;
    }
    public Integer getTp_taskdelay_daycount() {
        return tp_taskdelay_daycount;
    }
    public void setTp_taskdelay_daycount(Integer tp_taskdelay_daycount) {
        this.tp_taskdelay_daycount = tp_taskdelay_daycount;
    }
    public Integer getTp_pass_saturday() {
        return tp_pass_saturday;
    }
    public void setTp_pass_saturday(Integer tp_pass_saturday) {
        this.tp_pass_saturday = tp_pass_saturday;
    }
    public Integer getTp_pass_sunday() {
        return tp_pass_sunday;
    }
    public void setTp_pass_sunday(Integer tp_pass_sunday) {
        this.tp_pass_sunday = tp_pass_sunday;
    }
    public Integer getTp_pass_jiejiari() {
        return tp_pass_jiejiari;
    }
    public void setTp_pass_jiejiari(Integer tp_pass_jiejiari) {
        this.tp_pass_jiejiari = tp_pass_jiejiari;
    }
    public Integer getTp_task_notice_count() {
        return tp_task_notice_count;
    }
    public void setTp_task_notice_count(Integer tp_task_notice_count) {
        this.tp_task_notice_count = tp_task_notice_count;
    }
    public Integer getTp_task_notice_time_interval() {
        return tp_task_notice_time_interval;
    }
    public void setTp_task_notice_time_interval(Integer tp_task_notice_time_interval) {
        this.tp_task_notice_time_interval = tp_task_notice_time_interval;
    }
    public Date getTp_task_notice_starttime() {
        return tp_task_notice_starttime;
    }
    public void setTp_task_notice_starttime(Date tp_task_notice_starttime) {
        this.tp_task_notice_starttime = tp_task_notice_starttime;
    }
    public Date getTp_task_notice_endtime() {
        return tp_task_notice_endtime;
    }
    public void setTp_task_notice_endtime(Date tp_task_notice_endtime) {
        this.tp_task_notice_endtime = tp_task_notice_endtime;
    }
    public Integer getTp_task_enabled() {
        return tp_task_enabled;
    }
    public void setTp_task_enabled(Integer tp_task_enabled) {
        this.tp_task_enabled = tp_task_enabled;
    }
    
    public String getTp_master_id() {
        return tp_master_id;
    }
    public void setTp_master_id(String tp_master_id) {
        this.tp_master_id = tp_master_id;
    }
    public Integer getTp_notice_master_enabled() {
        return tp_notice_master_enabled;
    }
    public void setTp_notice_master_enabled(Integer tp_notice_master_enabled) {
        this.tp_notice_master_enabled = tp_notice_master_enabled;
    }
    public Integer getTp_task_battlife_var() {
        return tp_task_battlife_var;
    }
    public void setTp_task_battlife_var(Integer tp_task_battlife_var) {
        this.tp_task_battlife_var = tp_task_battlife_var;
    }
    public Integer getTp_task_battyong_test80_month() {
        return tp_task_battyong_test80_month;
    }
    public void setTp_task_battyong_test80_month(
            Integer tp_task_battyong_test80_month) {
        this.tp_task_battyong_test80_month = tp_task_battyong_test80_month;
    }
    public Integer getTp_task_battold_test80_month() {
        return tp_task_battold_test80_month;
    }
    public void setTp_task_battold_test80_month(Integer tp_task_battold_test80_month) {
        this.tp_task_battold_test80_month = tp_task_battold_test80_month;
    }
    public Integer getTp_task_battyong_test40_month() {
        return tp_task_battyong_test40_month;
    }
    public void setTp_task_battyong_test40_month(
            Integer tp_task_battyong_test40_month) {
        this.tp_task_battyong_test40_month = tp_task_battyong_test40_month;
    }
    public Integer getTp_task_battold_test40_month() {
        return tp_task_battold_test40_month;
    }
    public void setTp_task_battold_test40_month(Integer tp_task_battold_test40_month) {
        this.tp_task_battold_test40_month = tp_task_battold_test40_month;
    }
    public Integer getTp_task_batt_checkcircle_month() {
        return tp_task_batt_checkcircle_month;
    }
    public void setTp_task_batt_checkcircle_month(
            Integer tp_task_batt_checkcircle_month) {
        this.tp_task_batt_checkcircle_month = tp_task_batt_checkcircle_month;
    }
    public Integer getTp_task_batt_checklimit_month() {
        return tp_task_batt_checklimit_month;
    }
    public void setTp_task_batt_checklimit_month(
            Integer tp_task_batt_checklimit_month) {
        this.tp_task_batt_checklimit_month = tp_task_batt_checklimit_month;
    }
    public Integer getTp_task_batt_lazhacircle_month() {
        return tp_task_batt_lazhacircle_month;
    }
    public void setTp_task_batt_lazhacircle_month(
            Integer tp_task_batt_lazhacircle_month) {
        this.tp_task_batt_lazhacircle_month = tp_task_batt_lazhacircle_month;
    }
    public Integer getTp_task_batt_lazhalimit_month() {
        return tp_task_batt_lazhalimit_month;
    }
    public void setTp_task_batt_lazhalimit_month(
            Integer tp_task_batt_lazhalimit_month) {
        this.tp_task_batt_lazhalimit_month = tp_task_batt_lazhalimit_month;
    }
    @Override
    public String toString() {
        return "User_task_param [tp_num=" + tp_num + ", tp_name=" + tp_name
                + ", tp_taskname=" + tp_taskname + ", tp_tasktype="
                + tp_tasktype + ", tp_autoinc_daycount=" + tp_autoinc_daycount
                + ", tp_taskdelay_daycount=" + tp_taskdelay_daycount
                + ", tp_pass_saturday=" + tp_pass_saturday
                + ", tp_pass_sunday=" + tp_pass_sunday + ", tp_pass_jiejiari="
                + tp_pass_jiejiari + ", tp_task_notice_count="
                + tp_task_notice_count + ", tp_task_notice_time_interval="
                + tp_task_notice_time_interval + ", tp_task_notice_starttime="
                + tp_task_notice_starttime + ", tp_task_notice_endtime="
                + tp_task_notice_endtime + ", tp_task_enabled="
                + tp_task_enabled + ", tp_master_id=" + tp_master_id
                + ", tp_notice_master_enabled=" + tp_notice_master_enabled
                + ", tp_task_battlife_var=" + tp_task_battlife_var
                + ", tp_task_battyong_test80_month="
                + tp_task_battyong_test80_month
                + ", tp_task_battold_test80_month="
                + tp_task_battold_test80_month
                + ", tp_task_battyong_test40_month="
                + tp_task_battyong_test40_month
                + ", tp_task_battold_test40_month="
                + tp_task_battold_test40_month
                + ", tp_task_batt_checkcircle_month="
                + tp_task_batt_checkcircle_month
                + ", tp_task_batt_checklimit_month="
                + tp_task_batt_checklimit_month
                + ", tp_task_batt_lazhacircle_month="
                + tp_task_batt_lazhacircle_month
                + ", tp_task_batt_lazhalimit_month="
                + tp_task_batt_lazhalimit_month + "]";
    }
    
    
 
}