| | |
| | | package com.sinata.system.domain.vo; |
| | | |
| | | import cn.idev.excel.annotation.ExcelIgnore; |
| | | import cn.idev.excel.annotation.ExcelProperty; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | private static final long serialVersionUID = -851971023455890457L; |
| | | |
| | | @ApiModelProperty("记录id") |
| | | @ExcelIgnore |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("出库时间") |
| | |
| | | private Date checkoutTime; |
| | | |
| | | @ApiModelProperty("区域id") |
| | | @ExcelIgnore |
| | | private Long departmentId; |
| | | |
| | | @ApiModelProperty("医院名称") |
| | |
| | | private String licensePlateNumber; |
| | | |
| | | @ApiModelProperty("转运线路") |
| | | @ExcelIgnore |
| | | private String routeName; |
| | | |
| | | } |