| | |
| | | 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 Integer id; //自序id |
| | | private Integer prcId;//plcid |
| | | private String glassId;//玻璃id |
| | | private Integer cage;//笼子号 |
| | | private Integer cell;//格子号 |
| | | private Double width;//格子宽 |
| | | private Double glasswidth;//玻璃宽 |
| | | private Double glassheight;//玻璃高 |
| | | private Double glasswidthmm;//英寸玻璃宽 |
| | | private Double glassheightmm;//英寸玻璃高 |
| | | private String state;//状态 |
| | | private Integer tier;//内外片 |
| | | private String orderId;//订单id |
| | | private Integer disabled;//停用 |
| | | private String listId;//集合id |
| | | private String boxId;//箱子id |
| | | private String FrameBarcode;//铝框id; |
| | | |
| | | 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; |
| | | } |
| | |
| | | public void setout_slice(Out_slice outSlice) { |
| | | this.outSlice = outSlice; |
| | | } |
| | | |
| | | |
| | | public Out_slice getout_slice() { |
| | | return outSlice; |
| | | } |
| | |
| | | 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; |
| | | } |
| | | |
| | | |
| | | public String getFrameBarcode() { |
| | | return FrameBarcode; |
| | | } |
| | | |
| | | public void setFrameBarcode(String FrameBarcode) { |
| | | this.FrameBarcode = FrameBarcode; |
| | | } |
| | | |
| | | } |