王佳豪
2021-06-26 718f604deb342b0bee6c588bb44e22ced3371fb8
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
package com.slcf.bean;
 
/**
 * 物料编码条件查询传参bean
 * @author admin
 * @date 2018年11月10日
 */
public class MatCodeCondition {
    private String mat_no;      //物料编码    
    private String mat_name;      //物料名称
    private String str1;    
    private String str2;
    private String str3;
    private String str4;
    private String str5;
    private String str6;
    private String str7;
    private String str8;
    private String str9;
    private String str10;
    private String num1;
    private String num2;
    private String num3;
    private String num4;
    private String num5;
    private int pageNumber;
    private int pageSize;
    private int status;
    /**
     * @return the mat_no
     */
    public String getMat_no() {
        return mat_no;
    }
    /**
     * @param mat_no the mat_no to set
     */
    public void setMat_no(String mat_no) {
        this.mat_no = mat_no;
    }
    /**
     * @return the mat_name
     */
    public String getMat_name() {
        return mat_name;
    }
    /**
     * @param mat_name the mat_name to set
     */
    public void setMat_name(String mat_name) {
        this.mat_name = mat_name;
    }
    /**
     * @return the str1
     */
    public String getStr1() {
        return str1;
    }
    /**
     * @param str1 the str1 to set
     */
    public void setStr1(String str1) {
        this.str1 = str1;
    }
    /**
     * @return the str2
     */
    public String getStr2() {
        return str2;
    }
    /**
     * @param str2 the str2 to set
     */
    public void setStr2(String str2) {
        this.str2 = str2;
    }
    /**
     * @return the str3
     */
    public String getStr3() {
        return str3;
    }
    /**
     * @param str3 the str3 to set
     */
    public void setStr3(String str3) {
        this.str3 = str3;
    }
    /**
     * @return the str4
     */
    public String getStr4() {
        return str4;
    }
    /**
     * @param str4 the str4 to set
     */
    public void setStr4(String str4) {
        this.str4 = str4;
    }
    /**
     * @return the str5
     */
    public String getStr5() {
        return str5;
    }
    /**
     * @param str5 the str5 to set
     */
    public void setStr5(String str5) {
        this.str5 = str5;
    }
    /**
     * @return the str6
     */
    public String getStr6() {
        return str6;
    }
    /**
     * @param str6 the str6 to set
     */
    public void setStr6(String str6) {
        this.str6 = str6;
    }
    /**
     * @return the str7
     */
    public String getStr7() {
        return str7;
    }
    /**
     * @param str7 the str7 to set
     */
    public void setStr7(String str7) {
        this.str7 = str7;
    }
    /**
     * @return the str8
     */
    public String getStr8() {
        return str8;
    }
    /**
     * @param str8 the str8 to set
     */
    public void setStr8(String str8) {
        this.str8 = str8;
    }
    /**
     * @return the str9
     */
    public String getStr9() {
        return str9;
    }
    /**
     * @param str9 the str9 to set
     */
    public void setStr9(String str9) {
        this.str9 = str9;
    }
    /**
     * @return the str10
     */
    public String getStr10() {
        return str10;
    }
    /**
     * @param str10 the str10 to set
     */
    public void setStr10(String str10) {
        this.str10 = str10;
    }
    /**
     * @return the num1
     */
    public String getNum1() {
        return num1;
    }
    /**
     * @param num1 the num1 to set
     */
    public void setNum1(String num1) {
        this.num1 = num1;
    }
    /**
     * @return the num2
     */
    public String getNum2() {
        return num2;
    }
    /**
     * @param num2 the num2 to set
     */
    public void setNum2(String num2) {
        this.num2 = num2;
    }
    /**
     * @return the num3
     */
    public String getNum3() {
        return num3;
    }
    /**
     * @param num3 the num3 to set
     */
    public void setNum3(String num3) {
        this.num3 = num3;
    }
    /**
     * @return the num4
     */
    public String getNum4() {
        return num4;
    }
    /**
     * @param num4 the num4 to set
     */
    public void setNum4(String num4) {
        this.num4 = num4;
    }
    /**
     * @return the num5
     */
    public String getNum5() {
        return num5;
    }
    /**
     * @param num5 the num5 to set
     */
    public void setNum5(String num5) {
        this.num5 = num5;
    }
    /**
     * @return the pageNumber
     */
    public int getPageNumber() {
        return pageNumber;
    }
    /**
     * @param pageNumber the pageNumber to set
     */
    public void setPageNumber(int pageNumber) {
        this.pageNumber = pageNumber;
    }
    /**
     * @return the pageSize
     */
    public int getPageSize() {
        return pageSize;
    }
    /**
     * @param pageSize the pageSize to set
     */
    public void setPageSize(int pageSize) {
        this.pageSize = pageSize;
    }
    public int getStatus() {
        return status;
    }
    public void setStatus(int status) {
        this.status = status;
    }
        
}