| | |
| | | import javax.persistence.JoinColumn; |
| | | import javax.persistence.ManyToOne; |
| | | import javax.persistence.Table; |
| | | import javax.persistence.Transient; |
| | | |
| | | @Entity |
| | | @Table(name="gmms_out_tasks") |
| | |
| | | private String infoContent; |
| | | private String rackNumber; |
| | | private Long taskIds; |
| | | private int priority; |
| | | public OutTasks() { |
| | | |
| | | } |
| | |
| | | this.thickness=thickness; |
| | | this.pkgNum=pkgNum; |
| | | this.stockThickness=stockThickness; |
| | | } |
| | | public int getPriority() { |
| | | return priority; |
| | | } |
| | | public void setPriority(int priority) { |
| | | this.priority = priority; |
| | | } |
| | | public Long getTaskIds() { |
| | | return taskIds; |
| | |
| | | public void setStockThickness(double stockThickness) { |
| | | this.stockThickness = stockThickness; |
| | | } |
| | | |
| | | |
| | | public void Finsh() { |
| | | this.infoContent=""; |
| | | this.workStatus=""; |
| | | this.machineStatus="浠诲姟瀹屾垚"; |
| | | } |
| | | |
| | | /*@Transient |
| | | public void LoadFinsh() { |
| | | this.stockThickness = stockThickness; |
| | | }*/ |
| | | |
| | | } |