| | |
| | | package com.example.springboot.entity; |
| | | |
| | | public class StorageTask{ |
| | | private Integer id; |
| | | private String taskType; |
| | | private Integer id;//自序 |
| | | private String taskType;//类型 |
| | | private String glassId;//玻璃id |
| | | private String cataskStatege; |
| | | private String shelfRack; |
| | | private String loadrack; |
| | | private String shelfRack;//起始位 |
| | | private String loadrack;//目标位 |
| | | |
| | | |
| | | public Integer id() { |
| | | return id; |
| | |
| | | |
| | | public void setTaskType(String taskType) { |
| | | this.taskType = taskType; |
| | | } |
| | | public String getGlassId() { |
| | | return glassId; |
| | | } |
| | | |
| | | public void setGlassId(String glassId) { |
| | | this.glassId = glassId; |
| | | } |
| | | |
| | | public String getCataskStatege() { |
| | |
| | | this.loadrack = loadrack; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |