13693261870
2025-07-02 6708810c4de34dfb9513061432d656f91d56ee3a
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
package com.ruoyi.buss.domain.vo;
 
import io.swagger.v3.oas.annotations.media.Schema;
 
import java.io.Serializable;
 
@Schema(name = "TaskPlace", description = "码头场地统筹")
public class TaskPlace implements Serializable {
 
    private Long berthId;
 
    private String berthName;
 
    private String type;
 
    private Double t1;
 
    private Double t2;
 
    private Double t3;
 
    private Double t4;
 
    private Double t5;
 
    private Double t6;
 
    private Double t7;
 
    private Double t8;
 
    private Double t9;
 
    private Double t10;
 
    private Double t11;
 
    private Double t12;
 
    private Double t13;
 
    private Double t14;
 
    private Double t15;
 
    private Double t16;
 
    private Double t17;
 
    private Double t18;
 
    private Double t19;
 
    private Double t20;
 
    private Double t21;
 
    private Double t22;
 
    private Double t23;
 
    private Double t24;
 
    public Long getBerthId() {
        return berthId;
    }
 
    public void setBerthId(Long berthId) {
        this.berthId = berthId;
    }
 
    public String getBerthName() {
        return berthName;
    }
 
    public void setBerthName(String berthName) {
        this.berthName = berthName;
    }
 
    public String getType() {
        return type;
    }
 
    public void setType(String type) {
        this.type = type;
    }
 
    public Double getT1() {
        return t1;
    }
 
    public void setT1(Double t1) {
        this.t1 = t1;
    }
 
    public Double getT2() {
        return t2;
    }
 
    public void setT2(Double t2) {
        this.t2 = t2;
    }
 
    public Double getT3() {
        return t3;
    }
 
    public void setT3(Double t3) {
        this.t3 = t3;
    }
 
    public Double getT4() {
        return t4;
    }
 
    public void setT4(Double t4) {
        this.t4 = t4;
    }
 
    public Double getT5() {
        return t5;
    }
 
    public void setT5(Double t5) {
        this.t5 = t5;
    }
 
    public Double getT6() {
        return t6;
    }
 
    public void setT6(Double t6) {
        this.t6 = t6;
    }
 
    public Double getT7() {
        return t7;
    }
 
    public void setT7(Double t7) {
        this.t7 = t7;
    }
 
    public Double getT8() {
        return t8;
    }
 
    public void setT8(Double t8) {
        this.t8 = t8;
    }
 
    public Double getT9() {
        return t9;
    }
 
    public void setT9(Double t9) {
        this.t9 = t9;
    }
 
    public Double getT10() {
        return t10;
    }
 
    public void setT10(Double t10) {
        this.t10 = t10;
    }
 
    public Double getT11() {
        return t11;
    }
 
    public void setT11(Double t11) {
        this.t11 = t11;
    }
 
    public Double getT12() {
        return t12;
    }
 
    public void setT12(Double t12) {
        this.t12 = t12;
    }
 
    public Double getT13() {
        return t13;
    }
 
    public void setT13(Double t13) {
        this.t13 = t13;
    }
 
    public Double getT14() {
        return t14;
    }
 
    public void setT14(Double t14) {
        this.t14 = t14;
    }
 
    public Double getT15() {
        return t15;
    }
 
    public void setT15(Double t15) {
        this.t15 = t15;
    }
 
    public Double getT16() {
        return t16;
    }
 
    public void setT16(Double t16) {
        this.t16 = t16;
    }
 
    public Double getT17() {
        return t17;
    }
 
    public void setT17(Double t17) {
        this.t17 = t17;
    }
 
    public Double getT18() {
        return t18;
    }
 
    public void setT18(Double t18) {
        this.t18 = t18;
    }
 
    public Double getT19() {
        return t19;
    }
 
    public void setT19(Double t19) {
        this.t19 = t19;
    }
 
    public Double getT20() {
        return t20;
    }
 
    public void setT20(Double t20) {
        this.t20 = t20;
    }
 
    public Double getT21() {
        return t21;
    }
 
    public void setT21(Double t21) {
        this.t21 = t21;
    }
 
    public Double getT22() {
        return t22;
    }
 
    public void setT22(Double t22) {
        this.t22 = t22;
    }
 
    public Double getT23() {
        return t23;
    }
 
    public void setT23(Double t23) {
        this.t23 = t23;
    }
 
    public Double getT24() {
        return t24;
    }
 
    public void setT24(Double t24) {
        this.t24 = t24;
    }
 
    public TaskPlace() {
    }
 
    public TaskPlace(Long berthId, String berthName, String type) {
        this.berthId = berthId;
        this.berthName = berthName;
        this.type = type;
    }
 
    public void setTimeSlot(String timeSlot, Double value) {
        switch (timeSlot) {
            case "t1": this.t1 = value; break;
            case "t2": this.t2 = value; break;
            case "t3": this.t3 = value; break;
            case "t4": this.t4 = value; break;
            case "t5": this.t5 = value; break;
            case "t6": this.t6 = value; break;
            case "t7": this.t7 = value; break;
            case "t8": this.t8 = value; break;
            case "t9": this.t9 = value; break;
            case "t10": this.t10 = value; break;
            case "t11": this.t11 = value; break;
            case "t12": this.t12 = value; break;
            case "t13": this.t13 = value; break;
            case "t14": this.t14 = value; break;
            case "t15": this.t15 = value; break;
            case "t16": this.t16 = value; break;
            case "t17": this.t17 = value; break;
            case "t18": this.t18 = value; break;
            case "t19": this.t19 = value; break;
            case "t20": this.t20 = value; break;
            case "t21": this.t21 = value; break;
            case "t22": this.t22 = value; break;
            case "t23": this.t23 = value; break;
            case "t24": this.t24 = value; break;
        }
    }
}