| | |
| | | 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;//玻璃摆放位置 |
| | | private String orderId;//玻璃id |
| | | private String listId;//集合id |
| | | private String boxId;//箱子id |
| | | private double glasswidthmm;//玻璃宽mm |
| | | private double glassheightmm;//玻璃高mm |
| | | private String position_x;//x坐标 |
| | | private int framestate;//y坐标 |
| | | |
| | | 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.time = time; |
| | | } |
| | | |
| | | public int getSequence() { |
| | | return sequence; |
| | | } |
| | | |
| | | public void setSequence(int sequence) { |
| | | this.sequence = sequence; |
| | | } |
| | | |
| | | public String getOrderId() { |
| | | return orderId; |
| | | } |
| | | |
| | | public void setOrderId(String orderId) { |
| | | this.orderId = orderId; |
| | | } |
| | | |
| | | 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 String getListId() { |
| | | return listId; |
| | | } |
| | | |
| | | public void setListno(String listId) { |
| | | this.listId = listId; |
| | | } |
| | | |
| | | public String getBoxId() { |
| | | return boxId; |
| | | } |
| | | |
| | | public void setBoxno(String boxId) { |
| | | this.boxId = boxId; |
| | | } |
| | | |
| | | public int getFrameState() { |
| | | return framestate; |
| | | } |
| | | |
| | | public void SetFrameState(int framestate) { |
| | | this.framestate = framestate; |
| | | } |
| | | } |