| | |
| | | package com.example.springboot.entity; |
| | | |
| | | |
| | | |
| | | public class StorageCage { |
| | | private Integer id; |
| | | private Integer prcId; |
| | |
| | | private Double width; |
| | | private Double glasswidth; |
| | | private Double glassheight; |
| | | private Double glasswidthmm; |
| | | private Double glassheightmm; |
| | | private String state; |
| | | private Integer tier; |
| | | private String orderId; |
| | | private Integer disabled; |
| | | private String lengthWidth; |
| | | private String listno; |
| | | private String boxno; |
| | | private String listId; |
| | | private String boxId; |
| | | |
| | | private north_glass_buffer1 north_glass_buffer1s; |
| | | |
| | |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | | |
| | | public Integer getPrcId() { |
| | | return prcId; |
| | | } |
| | |
| | | public void setPrcId(Integer prcId) { |
| | | this.prcId = prcId; |
| | | } |
| | | |
| | | |
| | | public String getGlassId() { |
| | | return glassId; |
| | |
| | | this.glassheight = glassheight; |
| | | } |
| | | |
| | | public Double getGlassWidthMm() { |
| | | return glasswidthmm; |
| | | } |
| | | |
| | | public void setGlassWidthMm(Double glasswidthmm) { |
| | | this.glasswidthmm = glasswidthmm; |
| | | } |
| | | |
| | | public Double getGlassHeightMm() { |
| | | return glassheightmm; |
| | | } |
| | | |
| | | public void setGlassHeightMm(Double glassheightmm) { |
| | | this.glassheightmm = glassheightmm; |
| | | } |
| | | |
| | | public Integer getDisabled() { |
| | | return disabled; |
| | | } |
| | |
| | | this.disabled = disabled; |
| | | } |
| | | |
| | | public String getLengthWidth() { |
| | | return lengthWidth; |
| | | public String getListId() { |
| | | return listId; |
| | | } |
| | | |
| | | public void setLengthWidth(String lengthWidth) { |
| | | this.lengthWidth = lengthWidth; |
| | | public void setListno(String listId) { |
| | | this.listId = listId; |
| | | } |
| | | |
| | | public String getListno() { |
| | | return listno; |
| | | public String getBoxId() { |
| | | return boxId; |
| | | } |
| | | |
| | | public void setListno(String listno) { |
| | | this.listno = listno; |
| | | public void setBoxno(String boxId) { |
| | | this.boxId = boxId; |
| | | } |
| | | |
| | | public String getBoxno() { |
| | | return boxno; |
| | | } |
| | | |
| | | public void setBoxno(String boxno) { |
| | | this.boxno = boxno; |
| | | } |
| | | |
| | | |
| | | } |