| | |
| | | |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | | |
| | | import lombok.experimental.Accessors; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | |
| | | import java.util.Date; |
| | | |
| | | @Data |
| | | @Accessors(chain = true) |
| | | @TableName("man_task") |
| | | public class Task implements Serializable { |
| | | |
| | |
| | | private String targLoc; |
| | | |
| | | /** |
| | | * 源站点 |
| | | */ |
| | | @ApiModelProperty("源站点") |
| | | private String orgSite; |
| | | |
| | | /** |
| | | * 目标站点 |
| | | */ |
| | | @ApiModelProperty("目标站点") |
| | | private String targSite; |
| | | |
| | | /** |
| | | * 托盘码 |
| | | */ |
| | | @ApiModelProperty(value= "托盘码") |