| | |
| | | package com.example.springboot.entity; |
| | | |
| | | //出片队列表 |
| | | public class Out_slice { |
| | | private int id; |
| | | private String glassId; |
| | | private String barcode; |
| | | private double glasswidth; |
| | | private double glassheight; |
| | | private int state; |
| | | private String time; |
| | | private int id;//自增id |
| | | private String glassId;//玻璃id |
| | | private String barcode;//铝框id |
| | | private double glasswidth;//玻璃宽 |
| | | private double glassheight;//玻璃高 |
| | | private int state;//出片状态 |
| | | private int flip;//是否翻转 |
| | | private String time;//修改时间 |
| | | private int sequence;//出片顺序 |
| | | private String position;//玻璃摆放位置 |
| | | |
| | | public String getPosition() { |
| | | return position; |
| | | } |
| | | |
| | | public void setPosition(String position) { |
| | | this.position = position; |
| | | } |
| | | |
| | | private north_glass_buffer1 north_glass_buffer1s; |
| | | |
| | |
| | | this.glassheight = glassheight; |
| | | this.state = state; |
| | | this.time = time; |
| | | } |
| | | |
| | | public int getFlip() { |
| | | return flip; |
| | | } |
| | | |
| | | public void setFlip(int flip) { |
| | | this.flip = flip; |
| | | } |
| | | |
| | | public int getID() { |
| | |
| | | this.glassId = glassId; |
| | | } |
| | | |
| | | public void setBarCode(String barCode) { |
| | | public void setBarCode(String barCode) { |
| | | barcode = barCode; |
| | | } |
| | | |
| | |
| | | this.time = time; |
| | | } |
| | | |
| | | public int getSequence() { |
| | | return sequence; |
| | | } |
| | | |
| | | public void setSequence(int sequence) { |
| | | this.sequence = sequence; |
| | | } |
| | | } |