廖井涛
2025-11-28 67f0be5a1d634ba3274fa9366ceacc3580f056b7
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
318
319
320
321
322
323
324
325
326
327
328
329
package com.northglass.entity;
 
import java.util.Date;
 
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
 
@Entity
@Table(name="gmms_galss_task_2")
public class GalssTask2 extends IdEntity{
 
    private Long rank;
    private Long galssId;
    private Long typeId;
    private Long outRank;
    private double width;
    private double height;
    private double thickness;
    private String gcNumber;
    private double gcWidth;
    private double gcHeight;
    private int gcStockid;
    private String color;
    private String edgWidth;
    private String edgHeight;
    private String chamferSize;
    private int galssType;
    private int stopPosition;
    private String edgSpeed1;
    private String edgSpeed2;
    private int fineThrowing;
    private String workState;
    private String workProcedure;
    private Long slicecageRank;
    private String dropFrame;
    private String slicecageFlag;
    private Date startTime;
    private Date finshTime;
    private String processcardId;
    private String engineeringId;
    private int brokenState;
    private int workProcedureNumber;
    private Long groups;
    private int orders;
    private int grouporder;
    private int furnace;
    private int angle;
    private int distance;
    private Long stopRank;
    
    
    private Long patternId;
    
    public Long getStopRank() {
        return stopRank;
    }
    public void setStopRank(Long stopRank) {
        this.stopRank = stopRank;
    }
    public int getOrders() {
        return orders;
    }
    public void setOrders(int orders) {
        this.orders = orders;
    }
    public int getGrouporder() {
        return grouporder;
    }
    public void setGrouporder(int grouporder) {
        this.grouporder = grouporder;
    }
    public int getFurnace() {
        return furnace;
    }
    public void setFurnace(int furnace) {
        this.furnace = furnace;
    }
    public int getAngle() {
        return angle;
    }
    public void setAngle(int angle) {
        this.angle = angle;
    }
    public int getDistance() {
        return distance;
    }
    public void setDistance(int distance) {
        this.distance = distance;
    }
   
 
    public Long getRank() {
        return rank;
    }
    public void setRank(Long rank) {
        this.rank = rank;
    }
     public Long getGroups() {
            return groups;
        }
        public void setGroups(Long groups) {
            this.groups = groups;
        }
    public Long getTypeId() {
        return typeId;
    }
    public void setTypeId(Long typeId) {
        this.typeId = typeId;
    }
    
    public Long getGalssId() {
        return galssId;
    }
    public void setGalssId(Long galssId) {
        this.galssId = galssId;
    }
    
    public Long getOutRank() {
        return outRank;
    }
    public void setOutRank(Long outRank) {
        this.outRank = outRank;
    }
    
    public String getWorkState() {
        return workState;
    }
    public void setWorkState(String workState) {
        this.workState = workState;
    }
    
    public String getColor() {
        return color;
    }
    public void setColor(String color) {
        this.color = color;
    }
    
    public String getWorkProcedure() {
        return workProcedure;
    }
    public void setWorkProcedure(String workProcedure) {
        this.workProcedure = workProcedure;
    }
    
    
    
    
    public double getWidth() {
        return width;
    }
    public void setWidth(double width) {
        this.width = width;
    }
    
    public double getHeight() {
        return height;
    }
    public void setHeight(double height) {
        this.height = height;
    }
    
    public double getThickness() {
        return thickness;
    }
    public void setThickness(double thickness) {
        this.thickness = thickness;
    }
    
    public String getEdgWidth() {
        return edgWidth;
    }
    public void setEdgWidth(String edgWidth) {
        this.edgWidth = edgWidth;
    }
    
    public String getEdgHeight() {
        return edgHeight;
    }
    public void setEdgHeight(String edgHeight) {
        this.edgHeight = edgHeight;
    }
    
    public String getChamferSize() {
        return chamferSize;
    }
    public void setChamferSize(String chamferSize) {
        this.chamferSize = chamferSize;
    }
    
    public int getGalssType() {
        return galssType;
    }
    public void setGalssType(int galssType) {
        this.galssType = galssType;
    }
    
    public String getEdgSpeed1() {
        return edgSpeed1;
    }
    public void setEdgSpeed1(String edgSpeed1) {
        this.edgSpeed1 = edgSpeed1;
    }
    
    public String getEdgSpeed2() {
        return edgSpeed2;
    }
    public void setEdgSpeed2(String edgSpeed2) {
        this.edgSpeed2 = edgSpeed2;
    }
    
    public int getFineThrowing() {
        return fineThrowing;
    }
    public void setFineThrowing(int fineThrowing) {
        this.fineThrowing = fineThrowing;
    }
    
    public Long getSlicecageRank() {
        return slicecageRank;
    }
    public void setSlicecageRank(Long slicecageRank) {
        this.slicecageRank = slicecageRank;
    }
    
    public String getDropFrame() {
        return dropFrame;
    }
    public void setDropFrame(String dropFrame) {
        this.dropFrame = dropFrame;
    }
    
    public String getSlicecageFlag() {
        return slicecageFlag;
    }
    public void setSlicecageFlag(String slicecageFlag) {
        this.slicecageFlag = slicecageFlag;
    }
    
    public Date getStartTime() {
        return startTime;
    }
    public void setStartTime(Date startTime) {
        this.startTime = startTime;
    }
    
    public Date getFinshTime() {
        return finshTime;
    }
    public void setFinshTime(Date finshTime) {
        this.finshTime = finshTime;
    }
    
    
    public int getBrokenState() {
        return brokenState;
    }
    public void setBrokenState(int brokenState) {
        this.brokenState = brokenState;
    }
    
    public int getWorkProcedureNumber() {
        return workProcedureNumber;
    }
    public void setWorkProcedureNumber(int workProcedureNumber) {
        this.workProcedureNumber = workProcedureNumber;
    }
    
    public String getProcesscardId() {
        return processcardId;
    }
    public void setProcesscardId(String processcardId) {
        this.processcardId = processcardId;
    }
    
    public String getEngineeringId() {
        return engineeringId;
    }
    public void setEngineeringId(String engineeringId) {
        this.engineeringId = engineeringId;
    }
    
    public int getStopPosition() {
        return stopPosition;
    }
    public void setStopPosition(int stopPosition) {
        this.stopPosition = stopPosition;
    }
    
    public int getGcStockid() {
        return gcStockid;
    }
    public void setGcStockid(int gcStockid) {
        this.gcStockid = gcStockid;
    }
    
    public String getGcNumber() {
        return gcNumber;
    }
    public void setGcNumber(String gcNumber) {
        this.gcNumber = gcNumber;
    }
    
    public double getGcWidth() {
        return gcWidth;
    }
    public void setGcWidth(double gcWidth) {
        this.gcWidth = gcWidth;
    }
    
    public double getGcHeight() {
        return gcHeight;
    }
    public void setGcHeight(double gcHeight) {
        this.gcHeight = gcHeight;
    }
    
 
     public Long getPatternId() {
            return patternId;
        }
 
        public void setPatternId(Long patternId) {
            this.patternId = patternId;
        }
 
}