ZengTao
2023-11-28 af5edce322ff326356a32011e140182846c5dbed
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
package com.example.springboot.entity;
 
 
 
public class StorageCage {
    private Integer id;
    private Integer prcId;
    private String glassId;
    private Integer cage;
    private Integer cell;
    private Double width;
    private Double glasswidth;
    private Double glassheight;
    private String state;
    private Integer tier;
    private String orderId;
    private Integer disabled;
    private String lengthWidth;
    private String listno;
    private String boxno;
 
    private north_glass_buffer1 north_glass_buffer1s;
 
    public void setnorth_glass_buffer1s(north_glass_buffer1 north_glass_buffer1s) {
        this.north_glass_buffer1s = north_glass_buffer1s;
    }
    
    public north_glass_buffer1 getnorth_glass_buffer1s() {
        return north_glass_buffer1s;
    }
 
    private Out_slice outSlice;
 
    public void setout_slice(Out_slice outSlice) {
        this.outSlice = outSlice;
    }
    
    public Out_slice getout_slice() {
        return outSlice;
    }
 
    public Integer id() {
        return id;
    }
 
    public void setId(Integer id) {
        this.id = id;
    }
 
    public Integer getId() {
        return id;
    }
    public Integer getPrcId() {
        return prcId;
    }
 
    public void setPrcId(Integer prcId) {
        this.prcId = prcId;
    }
 
 
    public String getGlassId() {
        return glassId;
    }
 
    public void setGlassId(String glassId) {
        this.glassId = glassId;
    }
 
    public String getOrderId() {
        return orderId;
    }
 
    public void setOrderId(String orderId) {
        this.orderId = orderId;
    }
 
    public Integer getCage() {
        return cage;
    }
 
    public void setGage(Integer cage) {
        this.cage = cage;
    }
 
    public void setCell(Integer cell) {
        this.cell = cell;
    }
 
    public Integer getCell() {
        return cell;
    }
 
    public Double getWidth() {
        return width;
    }
 
    public void setWidth(Double width) {
        this.width = width;
    }
 
    public String getState() {
        return state;
    }
 
    public void setState(String state) {
        this.state = state;
    }
 
    public Integer getTier() {
        return tier;
    }
 
    public void setTier(Integer tier) {
        this.tier = tier;
    }
 
    public Double getGlassWidth() {
        return glasswidth;
    }
 
    public void setGlassWidth(Double glasswidth) {
        this.glasswidth = glasswidth;
    }
 
    public Double getGlassHeight() {
        return glassheight;
    }
 
    public void setGlassHeight(Double glassheight) {
        this.glassheight = glassheight;
    }
 
    public Integer getDisabled() {
        return disabled;
    }
 
    public void setDisabled(Integer disabled) {
        this.disabled = disabled;
    }
 
    public String getLengthWidth() {
        return lengthWidth;
    }
 
    public void setLengthWidth(String lengthWidth) {
        this.lengthWidth = lengthWidth;
    }
 
    public String getListno() {
        return listno;
    }
 
    public void setListno(String listno) {
        this.listno = listno;
    }
 
    public String getBoxno() {
        return boxno;
    }
 
    public void setBoxno(String boxno) {
        this.boxno = boxno;
    }
 
    
}