| | |
| | | package com.example.springboot.entity; |
| | | |
| | | |
| | | |
| | | public class StorageCage { |
| | | private Integer id; |
| | | private Integer prcId; |
| | |
| | | private String state; |
| | | private Integer tier; |
| | | private String orderId; |
| | | private String coating; |
| | | 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; |
| | |
| | | this.glassheight = glassheight; |
| | | } |
| | | |
| | | public String getCoating() { |
| | | return coating; |
| | | public Integer getDisabled() { |
| | | return disabled; |
| | | } |
| | | |
| | | public void setCoating(String coating) { |
| | | this.coating = coating; |
| | | public void setDisabled(Integer disabled) { |
| | | this.disabled = disabled; |
| | | } |
| | | |
| | | public String getLengthWidth() { |
| | |
| | | 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; |
| | | } |
| | | |
| | | |
| | | } |