| | |
| | | private String loadrack;//目标位 |
| | | private Integer count;//玻璃数量 |
| | | private Integer glasstype;//玻璃类型 |
| | | private Integer flowcard;//流程卡 |
| | | private String flowcard;//流程卡 |
| | | private Integer mateid;//配片id |
| | | |
| | | private Integer tier;//片序 |
| | | |
| | | private StorageCage storageCage; |
| | |
| | | public void setGlasstype(Integer glasstype) { |
| | | this.glasstype = glasstype; |
| | | } |
| | | public Integer getFlowcard() { |
| | | public String getFlowcard() { |
| | | return flowcard; |
| | | } |
| | | |
| | | public void setFlowcard(Integer flowcard) { |
| | | public void setFlowcard(String flowcard) { |
| | | this.flowcard = flowcard; |
| | | } public Integer getMateid() { |
| | | return mateid; |